NextJS
How to pre-render NextJS Dynamic Route using getStaticPaths?
NextJS static page generation feature is extremely useful for pre-generating individual pages. It is particularly useful in pre-rendering home pages, about pages of applications. However, many times we also have a bunch of dynamic pages in our application such as Read more…