https://github.com/devsrv/nextjs-isr
A demo of NextJS 13 SSG/ISR for dynamic nested routes
https://github.com/devsrv/nextjs-isr
isr next13 nextjs reactjs ssg typescript
Last synced: about 1 month ago
JSON representation
A demo of NextJS 13 SSG/ISR for dynamic nested routes
- Host: GitHub
- URL: https://github.com/devsrv/nextjs-isr
- Owner: devsrv
- Created: 2023-01-30T17:34:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T17:36:20.000Z (over 3 years ago)
- Last Synced: 2025-03-16T23:42:44.252Z (about 1 year ago)
- Topics: isr, next13, nextjs, reactjs, ssg, typescript
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/nextjs-isr
- Size: 534 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic Route Pagination with ISR
```bash
npm install
npm run dev
# or
yarn
yarn dev
```