hydrogen
hydrogen copied to clipboard
React-based framework for building dynamic, Shopify-powered custom storefronts.
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.
**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...
**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...
### Description A demo app showcasing how to use the Admin API for queries and mutations. ### Additional context   [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...