Sarah Jennings
July 15, 2026 · 11 min read
The stack, precisely
Hydrogen is Shopify's React framework built on Remix — server-first, with storefront data loading as the core primitive. Oxygen is the edge hosting that runs it, with CDN caching and built-in cart/checkout integration.
Together they are Shopify's opinionated headless answer: you keep Shopify's checkout, inventory, and payments; you own the frontend.
Where Hydrogen genuinely shines
Experiences a theme cannot express: product configurators, editorial storefronts, shared web-and-native frontends, deeply custom PDPs. The Storefront API gives you everything Shopify knows about your catalog, and Hydrogen makes it React-native.
If your storefront is a differentiator, this stack is the professional path.
The caching layer is the whole game
Hydrogen's performance story is Substrate caching — stale-while-revalidate at the edge for product and collection data. Get it right and pages render in under a second at any scale; get it wrong and every deploy wakes a cold cache.
Cache strategy is where most Hydrogen builds fail. It deserves more engineering time than the UI.
SEO parity: the hard part of headless
Server-render every route, mirror your sitemap, preserve URL structure, and serve structured data from the same data layer as the UI. The SEO cost of headless is real but manageable with discipline.
This is also why headless is wrong for most stores: the parity work is permanent, and themes do it for free.
The operational bill
You own the frontend forever: deploys, caching incidents, framework upgrades, and the engineer who understands Substrate. Budget a dedicated owner or a partner before committing.
The honest test: name the person who maintains this in 18 months. If you cannot, run the theme and buy the performance some other way.
Frequently asked questions
Topics