Sharing Request-Scoped Feature Flags with Client Components in Next.js
A pragmatic Next.js 16 pattern for sharing server-fetched data across the client tree: cache it per request, pass a Promise into Context, and let leaf components suspend behind tight Suspense boundaries.