App Router

acme.com
/isr-preview/
children

Preview Draft (Demo)

  • By default, data fetching in Next.js is cached static.
  • This example statically caches data fetches for Testing Post.
  • Draft Mode can be enabled from the post page.
  • Try navigating Testing Post and test draft mode.
  • You can also invalidate the tag to see how fetch-cache and CDN-cache work together.