App Router

acme.com
/suspense/
children

Static Page with Dynamic Content

  • The Timezones page initially loads statically (cached).
  • Dynamic data is loaded via a Server Component.
  • The client component reads the query params in the URL and sends them to the React Server Component.
  • The Server Component has a fetch cached callback.