acme.com
/suspense/timezones/Static Page with Dynamic Content
- The page loads statically except for the time component which loads on Suspense.
- 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.
<Client Component/>