Next.js
404 Error on Dynamic Routes After Deployment (feat. How to Use generateStaticParams)
Using generateStaticParams to generate static files at build time by pre-computing params for dynamic routes
14min read·
4 posts
Using generateStaticParams to generate static files at build time by pre-computing params for dynamic routes
Learn why Pre-rendering matters and how it compares to Client-Side Rendering
How the <Link> component works in Next.js
Let's explore why Next.js was created and understand the reasons it's so widely used today.