Next.js 16 ISR & Cache Demo

This demo showcases the latest Next.js 16 features including Cache Components, ISR, and Partial Prerendering (PPR).

Features Demonstrated:

  • 'use cache' directive
  • cacheLife() API
  • cacheTag() for granular control
  • revalidateTag() for eventual consistency
  • React Server Components (RSC)
  • Partial Prerendering (PPR)