Hydrogen lets you build faster headless storefronts in less time, on Shopify.
Hydrogen is Shopify’s solution for headless commerce. It provides developers with a set of tools, utilities, and examples for building performant commerce applications. While primarily designed to be used with Shopify’s full stack web framework Remix, Hydrogen also offers a portable React library that can be used with other supporting frameworks.
Requirements:
To install the latest version of Hydrogen, run the following command in your terminal:
npm install @shopify/hydrogen
To run the local development server, use the following command:
npm run dev
Once the server is running, you can access your Hydrogen app at http://localhost:3000.
For more detailed documentation on Hydrogen, refer to the Hydrogen docs.
Hydrogen is Shopify’s stack for headless commerce, offering a range of tools and utilities for building dynamic and performant commerce applications. It provides opinionated tools for building with Remix, a React library for use with various frameworks, and integration with Shopify CLI. Hydrogen also includes packages for code generation, Remix adapter, and a local runtime environment.