hydrogen icon indicating copy to clipboard operation
hydrogen copied to clipboard

React-based framework for building dynamic, Shopify-powered custom storefronts.

Results 364 hydrogen issues
Sort by recently updated
recently updated
newest added

When transitioning between pages in Hydrogen, an RSC request is sent to the server. Depending on what data requests are necessary, the transition can be noticeably slow while waiting for...

framework

### Description Adds a session display to the DevTools for debugging the project's chosen session type. ### Additional context --- ### Before submitting the PR, please make sure you do...

[HTMLRewriter](https://shopify.dev/custom-storefronts/oxygen/worker-runtime-apis#htmlrewriter-class) is a proprietary API available in Oxygen and CFW. We should polyfill this API in the Node.js development server to have parity with Oxygen. The rewriter can be useful...

enhancement

We have `engines` set to Node 14 in Hydrogen itself, but mini-oxygen requires 16.7. This error is thrown when building with Node 14 (this is from Vercel build logs): ```bash...

bug

**Describe the bug** When following the documentation [here](https://shopify.dev/custom-storefronts/hydrogen/templates#demo-store-template) I'm getting some bold text in the terminal that tells me that **demo-store-js isn't a valid template when running yarn create @shopify/hydrogen...

bug

**Describe the bug** When an uncaught exception occurs in a server component, users are unable to resolve the error by clicking the "back" button. Counter-intuitively, they must click the back...

bug

**Describe the bug** Client network socket disconnected before secure TLS connection was established **To Reproduce** - yarn create @shopify/hydrogen - yarn install - yarn dev - set my store token...

bug

Hydrogen is powered by Vite. On the surface, it looks a lot like a standard Vite project, because we have a `vite.config.js` file with a simple `hydrogen()` plugin. However, this...

framework

**Describe the bug** When I save the file, vite reloads it in the browser and Tailwind styles are gone. I can fix the bug by saving index.css, which will force...

bug

There are a number of performance improvements we should make to improve the default performance of Hydrogen apps, including: - [x] #1477 - [ ] #1478 - [ ] #1479...