Bret Little

Results 51 issues of Bret Little

There are a number of performance improvements we should make to improve the default performance of Hydrogen apps, including: - [x] #1477 - [ ] #1478 - [ ] #1479...

The [lib/index.cjs.js](https://unpkg.com/[email protected]/lib/index.cjs.js) artifact has a direct dependency on `typescript` (see line 3), which means this should have a direct dependency on `typescript`, instead of dev dependency. The problem is manifest...

Will be called `useProxyOnlineStore`. Must forward `X-Shopify-Client-IP` and `X-Shopify-Client-IP-Sig` headers.

Let's launch this bird into the sky. - [x] Open-source the repo. https://vault.shopify.io/page/Open-source~dhb2b7f.md - [x] Clean up any stray docs/etc from early days in the H2 repo - [x] Enable...

Framework level documentation is on `shopify.dev`, when we launch H2 — all that will go away. What we'll do instead is move them into the Github Repo — it won't...

https://github.com/Shopify/h2-demo-store/issues/136#tasklist-block-7067f64b-7d7d-4428-bd0b-fe6fd66a0e6e

Feature
New to 2.0
Magic Routes

**Description** Should Hydrogen 2 dedupe similar queries? ```ts export const QUERY = ` query ProductVendor { product(handle: "shoes") { vendor } } `; export default function ProductVendor(storefront) { return storefront.query(QUERY);...