Benjamin Sehl
Benjamin Sehl
See https://github.com/Shopify/h2-demo-store/pull/59 https://github.com/Shopify/h2-demo-store/issues/22#tasklist-block-3d559032-82d2-497b-bf89-1c00619ab651
Related to but independent from "Migrating from Online Store to Hydrogen" Related: https://docs.google.com/document/d/1t5Z1hxPYLUkk2l_tyNJjufgqvXcZbEEd-JivmlpJJYI/edit
Whether or not we leverage it, the impact Partytown can provide (or Zaraz or whatever) for improving the performance impact of third party pixels is a huge point for performance...
https://github.com/Shopify/h2-demo-store/issues/21#tasklist-block-c40d1a46-2f0b-4a8d-b7fd-41f0ebfed2fa
Styling
What CSS / Styling strategies can we support? To what quality level? What tradeoffs might come as a result of supporting strategies that Remix doesn't support today? **Must have:** https://github.com/Shopify/h2-demo-store/issues/30#tasklist-block-776c2fae-d36c-41a8-969c-6e529ea3df90...
# Summary `/any/path?return_to=/new/path/on/404` the return_to path is only used if the originally requested path responds with a 404. Scenario: `/products/t-shirt?return_to=/collections/t-shirts` If a product with the handle `t-shirt` exists, the `/products/t-shirt`...
**Description** Currently, Online Store provides the magic link of `/cart/$productID:$quantity,$productId:$quantity?payment=shop_pay` An example link is: `https://checkout.margin.global/cart/41918009278646:1,40787535757494:1?payment=shop_pay` **Requirements** - Route supports same pattern as Online Store - Should be a magic route...