https://github.com/tapascript/nextjs-getstaticparams-lesson
This repository contains the code examples of building projects with Next.js getStaticParams utility.
https://github.com/tapascript/nextjs-getstaticparams-lesson
nextjs nextjs15 pre-rendering tapascript
Last synced: 8 months ago
JSON representation
This repository contains the code examples of building projects with Next.js getStaticParams utility.
- Host: GitHub
- URL: https://github.com/tapascript/nextjs-getstaticparams-lesson
- Owner: tapascript
- Created: 2024-12-31T05:33:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T06:49:59.000Z (about 1 year ago)
- Last Synced: 2025-04-12T13:12:05.798Z (10 months ago)
- Topics: nextjs, nextjs15, pre-rendering, tapascript
- Language: JavaScript
- Homepage: https://youtube.com/@tapasadhikary
- Size: 717 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js getStaticParams Lesson
This repository contains the code examples of building projects with Next.js `getStaticParams` utility.
## 🫶 Support
Liked it? You can show your support with a STAR(⭐).
> Many Thanks to all the `Stargazers` who have supported this project with stars(⭐)
### 🤝 Sponsor My Work
I am an independent educator and open-source enthusiast who creates meaningful projects to teach programming on my YouTube Channel. **You can support my work by [sponsoring me on GitHub](https://github.com/sponsors/atapas)**.
## 📹 Check out the video tutorial
> Quality content takes time and effort. If you appreciate that, please consider [**Subscribing to my YouTube Channel**](https://youtube.com/tapasadhikary). Thanks ❤️.
Here is the step-by-step video tutorial to build this project. You will learn the following:
- 🟢 What Will We Learn?
- 🟢 Why generateStaticParams Matters?
- 🟢 What is generateStaticParams?
- 🟢 For Nested Dynamic Routes
- 🟢 Real World Examples
- 🟢 A Couple of Tips
- 🟢 Wrap-Up and Resources
[](https://youtu.be/lgyj-cV9NjA "Video")
## 🏃 Run it Locally
- Clone or fork the repo
- Install dependencies using `npm install` or `yarn install`
- Run it using `npm run dev` or `yarn dev`
The app will be available on `http://localhost:3000` by default. If you face any issues, follow the above video for the Discord Integration