App Router

on
acme.com
/
children

Dynamic Data

  • Dynamic, or server-rendered data, is fetched fresh on each request.
  • In this example, the post responses are explicitly not cached.
  • Try navigating to each post and noting the timestamp of when the page was rendered.
By
Adapted by
Adam