
Vercel and Shopify are rebuilding Hydrogen
6/30/2026
This post announces the joint effort with Shopify to rebuild the Hydrogen framework. It details the new three-layer architecture (core, client, server) and provides code examples for the core layer (e.g., `formatMoney` using `Intl.NumberFormat`) and the client layer (e.g., `CartProvider` and `useCartForm` for state management). It also outlines server-side integration strategies with frameworks like Next.js, emphasizing runtime agnosticism and leveraging framework caching mechanisms. The post includes detailed guidance on enabling i18n with `next-intl` in a `cacheComponents: true` Next.js environment, covering routing, middleware, and `instant` sample configurations.





