Chris Sauve
Chris Sauve
https://web.dev/es-modules-in-sw/
- ESM-focused - Type safe all the way through - Tiny bundle sizes - Fast update cycle
https://github.com/pnpm/pnpm/issues/2713#issuecomment-1141000426
https://web.dev/fetch-priority/
```tsx const routes = [{ match: /\d+/, async load({matched, signal, source}, {graphql}) { if (source === 'preload') console.log('Preloading...'); const queryPromise = graphql.query( `query ResourceDetails($id: String!) { resource(id: $id) { name...
https://github.com/natemoo-re/clack
Added `stream: 'headers'` to the server rendering stuff, but that just early-sends the response with link preload headers for critical assets. Still need to bring in the new streaming renderer...
https://testing-library.com/docs/dom-testing-library/api-async/#waitfor https://github.com/testing-library/dom-testing-library/blob/1fc17bec5d28e5b58fcdd325d6d2caaff02dfb47/src/wait-for.js
https://vitejs.dev/guide/assets.html#the-public-directory