🚀 TheRoks
  • Home
  • Sitecore
  • About me
  • Jan 6, 2026

    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.

    • next-js
    • react
    • server-components
    • suspense
    • performance
    • architecture
  • Dec 19, 2025

    High-Performance Frontend at Scale: NX, pnpm, Vite, and Next.js

    How to architect a frontend monorepo for both fast CI builds and optimal runtime performance using NX, pnpm, Vite, and Next.js. This guide explains the 'transpile early, bundle late' approach for scalable, cache-friendly delivery.

    • nx
    • pnpm
    • vite
    • nextjs
    • performance
    • architecture