Bret Little
Bret Little
I'm trying to understand how to resolve the following scenario: 1. The user is online and loads my web app. 2. Later, the user goes offline and navigates somewhere in...
It would be great to make kremling work with preact
### WHY are these changes introduced? The current skeleton template uses hash state in the URL to toggle the aside dialogs (cart, search, and mobile menu). This has the advantage...
### WHY are these changes introduced? An optimistic cart makes cart actions immediately render in the browser while the action syncs to the server. This increases the perceived performance of...
Use the new reference docs framework and migrate each of the following: - [x] Seo - [x] createStorefrontClient - [x] createWithCache_unstable - [x] generateCacheControlHeader - [x] graphiqlLoader - [x] storefrontRedirect...
### WHY are these changes introduced? We are in the process of simplifying and improving the components offered by Hydrogen. As a part of that, it's been requested that the...
**Is your feature request related to a problem? Please describe:** At Shopify we heavily use https://hydrogen.new for sharing and promoting the [Hydrogen Framework](https://github.com/Shopify/hydrogen). We recently made changes that require Node...
We want to refactor the starter template, moving things around while maintaining existing functionality. The hope is to make the code more self documenting and easy to understand. Things to...
The goal here is to make the template more self documenting: 1. Force people to consider up front what to defer and what not to 2. Default to a `Promise.all(`)...