Benjamin Sehl
Benjamin Sehl
Create an Examples directory for common use cases, including: ```[tasklist] ### Tasks - [ ] Partytown - [ ] 3P query caching - [ ] Using Metaobjects (i.e. like Homepage...
As we roll out the cart abstraction, we should provide a more robust demo of what extensibility it provides. Specifically: - Optimistic UI - Edit in Place ```[tasklist] ### Tasks...
Update and simplify the Demo Store homepage. It should have the following elements. Quick mock below; this _should_ allow us to feature queries for a few different object types, while...
Without getting into performance tradeoffs, we should investigate the ability to call `flattenConnection` on a top level object, so… ```graphql collection { id handle products (first: 100) { nodes {...
```[tasklist] ### Tasks - [ ] https://github.com/Shopify/hydrogen/issues/887 - [ ] Autocomplete ```
- Know the difference between API types (Storefront API, Admin API, Partner API, Extensions, AJAX API, etc); - Difference between REST and GraphQL
Add resources to learn about how to use the Storefront API, and the different use cases for doing so.
Hey there, Wondering if it would be technically possible to add multiple Shopify stores to this plugin, for the case of multiple countries. Any thoughts? Just wondering if you've given...
Whenever `.env` file is modified and the `dev` command is running, we could generate some kind of `.env.generated.d.ts` with types. This will also play well with `env pull` command. Currently...
See: https://shopify.dev/docs/custom-storefronts/oxygen/migrate/redirect-traffic#step-2-redirect-old-order-status-url-requests-to-the-online-store Ideally Oxygen should just know to do this for us. Update: Note — this is only a concern when someone is migrating from OS to H2 as their...