next/root-params
Deep Server Components read the root locale without prop drilling, headers, or setRequestLocale.
next/root-params → locale=en-USThe experiment separates component type from rendering time so the result is easy to inspect.
Deep Server Components read the root locale without prop drilling, headers, or setRequestLocale.
Cache Components prerenders the static shell and streams request-dependent work behind Suspense.
Three static RSC article cards. Select a card to open its localized detail route.
Read a root dynamic segment deeply inside Server Components.
Read article →cache-componentsCombine a prerendered shell with request-time server content.
Read article →static-rscUnderstand why an RSC can still be rendered statically.
Read article →