Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercel/reactions
Next.js Incremental Static Regeneration Demo
https://github.com/vercel/reactions
Last synced: 4 days ago
JSON representation
Next.js Incremental Static Regeneration Demo
- Host: GitHub
- URL: https://github.com/vercel/reactions
- Owner: vercel
- License: mit
- Created: 2020-05-19T16:11:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T02:32:28.000Z (8 months ago)
- Last Synced: 2024-12-22T23:08:28.687Z (11 days ago)
- Language: JavaScript
- Homepage: https://reactions-demo.vercel.app
- Size: 104 KB
- Stars: 308
- Watchers: 4
- Forks: 43
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Incremental Static Regeneration (Demo)
**Demo: https://reactions-demo.vercel.app**
## About
This demo showcases [Incremental Static Regeneration](https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration) inside Next.js, using GitHub issues as a data source.
With Next.js 12.1, we can now revalidate on-demand. Check out the [latest demo here](https://on-demand-isr.vercel.app/) for more information.