Server-Side Rendering (SSR) Differences with PWA Kit
PWA Kit and Storefront Next implement SSR, but with fundamentally different architectures that reflect their respective technology stacks. PWA Kit’s SSR approach gives developers explicit control through Express and React Query, with optional partial hydration via Islands. Storefront Next uses React Router 7’s built-in SSR with automatic streaming, middleware chains, and loader-based data fetching. Storefront Next’s approach reduces boilerplate and provides better streaming performance, while the PWA Kit approach offers more granular control over hydration timing.