Blog
The Hidden Costs of Bundle Size in Shopify Oxygen
Introduction On Shopify Oxygen, performance isn’t just about speed — it’s about compliance. With a strict bundle size limit (~4 MB), even high-performing sites risk deployment failures if code bloat…
Read MoreCI/CD & Observability on Shopify Oxygen (2025)
Deploying Hydrogen storefronts on Oxygen isn’t just about code pushes — it’s about building reliable pipelines and monitoring performance at scale. Shopify gives developers some guardrails (bundle size checks, subrequest…
Read MoreMigrating to React Router 7 in Hydrogen (2025)
In 2024, Shopify made a decisive move: Hydrogen is now built on React Router 7 (RR7). For developers, this isn’t optional — it’s a permanent shift in routing, data loading,…
Read MoreRebuilding the Drag-and-Drop Editor in Hydrogen (2025)
One of the biggest complaints merchants have when moving from Liquid themes to Hydrogen is this: “Where did my drag-and-drop editor go?” Liquid’s Online Store 2.0 gave marketers control with…
Read MoreSanity vs Contentful in Hydrogen (2025)
Headless CMS is often the missing piece in Hydrogen builds. Shopify handles products, carts, and checkout — but blogs, landing pages, and campaigns need structured content. The two most popular…
Read MoreMetafields vs Metaobjects — A Practical Cheatsheet (2025)
Shopify developers often face the same question: Should I use metafields or metaobjects? Both extend Shopify’s data model, but they serve very different purposes. Here’s the practical cheatsheet you need…
Read MoreTokenless Storefront API & Public Caching (2025)
Shopify has quietly introduced one of its most powerful developer features yet: tokenless access to the Storefront API. This isn’t a rollback of security — it’s a strategic move to…
Read MoreCustomer Account API (PKCE Flows) Explained (2025)
Shopify is phasing out the old Liquid-based login system in favor of the new Customer Account API. This isn’t just an upgrade — it’s a full rethinking of how authentication…
Read MoreBundle Size & Deployment Guardrails in Shopify Oxygen (2025)
When deploying Hydrogen apps to Shopify Oxygen, not all builds make it through. If your JavaScript bundles are too large or poorly optimized, Oxygen will reject the deployment outright. These…
Read MoreUnderstanding Subrequest Budgets in Shopify (2025)
Shopify’s Oxygen hosting enforces something many developers overlook until they hit errors: the subrequest budget. If your Hydrogen app makes too many API calls during a server-side render (SSR), Oxygen…
Read More