An open API service indexing awesome lists of open source software.

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

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!