Michelle Chen
Michelle Chen
## Motivation Having index file while convenient, leads to performance issue in test and build, especially in a ESM world. We should stop using component index all together and write...
## Motivation The pattern come from these two issues: https://github.com/Shopify/quilt/pull/1813 https://github.com/facebook/react/pull/18545 **TL;DR** React core team is in discussion on adding warming for this and we can stop the bleeding earlier...
- [x] I'd be willing to submit the fix **Describe the bug** Using the latest webpack 5 and the latest webpack-virtual-modules. I notice that webpack is logging out 2 compilation...
Using Github API's reason field https://developer.github.com/v3/activity/notifications/ Do a quick filtering to only show certain type of notification. I am thinking a simple toggle of yes or no to included each...
### WHY are these changes introduced? This PR aims to try out Remix's [Single Fetch feature ](https://remix.run/docs/en/main/guides/single-fetch#breaking-changes)ahead of v3 Close https://github.com/Shopify/hydrogen-internal/issues/108 ### WHAT is this pull request doing? Lib Update...
### WHY are these changes introduced? This PR aims to try out Remix's [Single Fetch feature](https://remix.run/docs/en/main/guides/single-fetch#breaking-changes)ahead of the release for React Router v7/Remix v3 Close https://github.com/Shopify/hydrogen-internal/issues/108 ### WHAT is this...
Close https://github.com/Shopify/hydrogen-internal/issues/138 The goal of this prototype is to automatically include some pre defined resources routes in remix application via Hydrogen vite plugin ## Propose DX: - if I use...
Close https://github.com/Shopify/hydrogen-internal/issues/128 This PR changed two utilities 1. `createCustomerAccountClient` - add a `shopId` option - make `customerAccountUrl` deprecated and optional If `shopId` option has value => use the core url,...