Benjamin Sehl
Benjamin Sehl
Adds: ```md - [Hydrogen](https://github.com/shopify/awesome-hydrogen#readme) - Edge-first framework for building Shopify storefronts with React ``` **[Insert URL to the list here]** https://github.com/shopify/awesome-hydrogen#readme **[Explain what this list is about and why it...
This is already mentioned in #1879, however it's more important as it is a blocker to easily supporting posts outside of Oxygen, so I'm noting this as a separate issue...
Right now many of the community examples that are created are starting from the Demo Store as a base. While this is great, it adds a lot of irrelevant code...
# Individually generate: ```js const defaultRoutes = [{ type: 'cart', path: '/cart' }, { type: 'product', path: '/products/$productHandle' }, { type: 'collections', path: '/collections' }, { type: 'collection', path: '/collections/$collectionHandle'...
Similar to _Connecting Multiple Domains_ — but in the context of multiple Shopify stores to a single framework, and a single repo.
At launch, there will not be a full-page cache built into Hydrogen. * you can still set cache control headers on full-page responses (e.g. loader's json ), which will affect...
Things to remove / refine: - [ ] Breadcrumbs - [ ] Add to Cart on product card
- SEO & Analytics should be setup - Delete index route and change to virtual (onboarding) route - Move `graphiql` route to virtual route - Remove all CSS (not needed...