#static-website
Read more stories on Hashnode
Articles with this tag
What is getStaticPaths? getStaticPaths is another special function in Next.js used in conjunction with getStaticProps for dynamic routes. In other...
What is pre-rendering? Next.js official documents say that Next.js, by default, pre-renders every page in the application. What does that really mean?...
What is Next.js? Next.js is a production-ready React Framework. What does this really mean? if you are familiar with React, you know that you can not...