generateStaticParams nextjs14

0

Useful repository to explain how to use generateStaticParams from nestjs version 14 to be able to generate static pages that use dynamic routes

Observability

github
frontendmasters
educative
communityexchange

Generate Static Params

Official documentation

https://nextjs.org/docs/app/api-reference/functions/generate-static-params

IMPORTANT

Look the next.config.mjs file before start

Read LEARN.md

See example

https://gabriel-logan.github.io/generateStaticParams-nextjs14/

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!