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

This ticket aims to document some things we can do to improve overall Hydrogen E2E flow, from created releases of the framework to testing to consuming, etc. - [x] #669...

### Description This is a quick PoC of the plugin system. --- ### Before submitting the PR, please make sure you do the following: - [ ] Read the [Contributing...

### Description We have a resolution for the `unified` package, but I don't think we need it

I did an initial example for selling plans in the product details here: https://stackblitz.com/edit/shopify-hydrogen-achtdn Needs to be added to the repo

### Description urql is a lightweight graphql client for state management. https://formidable.com/open-source/urql/ This could replace our manual context updates and our reducer This could: * replace our manual context updates...

### Description I have some forms that I need to auto submit (i.e. `onChange={() => formRef.current.submit()}`), but can't do it when using the `` component (which offers a nicer UX...

Explore adding a 'deploy to Vercel' CI check, just like our Netlify / Oxygen ones.

enhancement

**Describe the bug** When a server request contains a query param which contains a single double quote (`"`), the server will crash with a JSON parse error. Edit: As mentioned...

bug

**Describe the bug** CSS Modules don't seem to be server side rendered when experimental css option is set to global as recommended in the documentation. **To Reproduce** 1. Change the...

bug

### Description A demo app showcasing how to use the Admin API for queries and mutations. ### Additional context ![todo](https://user-images.githubusercontent.com/12080141/176914878-bbc4021b-6891-4225-b120-6d349ba20476.gif) ![lighthouse](https://user-images.githubusercontent.com/12080141/176914871-0d0c71fb-d706-46ec-a92a-c4d7c4076a1f.jpg) [Netlify](https://hydrogen-admin-api-todo.netlify.app/) [Oxygen](https://hydrogen-admin-api-todo-7ee29eae6dfa5582335b.o2.myshopify.dev/) Big thanks to @blittle for the help...