vercel / next-react-server-components

Demo repository for Next.js + React Server Components
https://next-rsc-hn.vercel.app
MIT License
976 stars 156 forks source link

Use static optimizations #72

Closed sebmarkbage closed 1 year ago

sebmarkbage commented 1 year ago

Pregenerate the home page and the top stories.

Keep these pages in ISR cache.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-rsc-news ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2023 0:20am
gaearon commented 1 year ago

how long does it get cached for?

SuttonJack commented 1 year ago

@gaearon Indefinitely in this case given that fetchData will default to cache: force-cache (ref)