https://github.com/gabriel-logan/generatestaticparams-nextjs14
Useful repository to explain how to use generateStaticParams from nestjs version 14 to be able to generate static pages that use dynamic routes
https://github.com/gabriel-logan/generatestaticparams-nextjs14
communityexchange educative frontendmasters github github-copilot github-pages learn next-js nextjs nextjs13 nextjs14 student-vscode
Last synced: 8 days ago
JSON representation
Useful repository to explain how to use generateStaticParams from nestjs version 14 to be able to generate static pages that use dynamic routes
- Host: GitHub
- URL: https://github.com/gabriel-logan/generatestaticparams-nextjs14
- Owner: gabriel-logan
- License: gpl-3.0
- Created: 2024-03-27T22:36:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-02T04:04:56.000Z (about 1 year ago)
- Last Synced: 2025-01-21T02:02:01.337Z (9 months ago)
- Topics: communityexchange, educative, frontendmasters, github, github-copilot, github-pages, learn, next-js, nextjs, nextjs13, nextjs14, student-vscode
- Language: TypeScript
- Homepage: https://gabriel-logan.github.io/generateStaticParams-nextjs14/
- Size: 154 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 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
- [LEARN MD](https://github.com/gabriel-logan/generateStaticParams-nextjs14/blob/main/LEARN.md)
## See example
https://gabriel-logan.github.io/generateStaticParams-nextjs14/
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
yarn dev
```Open [http://localhost:3000](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:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!