Chris Sauve

Results 124 issues of Chris Sauve

https://web.dev/es-modules-in-sw/

Feature: Tools πŸ› οΈ
Feature: Performance 🏎
Feature: Assets πŸ’Ά

- ESM-focused - Type safe all the way through - Tiny bundle sizes - Fast update cycle

https://github.com/pnpm/pnpm/issues/2713#issuecomment-1141000426

Feature: Tools πŸ› οΈ

https://web.dev/fetch-priority/

Feature: Performance 🏎
Feature: Async πŸ›
Feature: Assets πŸ’Ά

```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...

Feature: Routing πŸ—Ί
Feature: Async πŸ›

https://github.com/natemoo-re/clack

Internal βš™οΈ

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...

Documentation πŸ“„
Feature: Server πŸ›°

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

Feature: Testing πŸ§ͺ

## Search [Algolia](https://www.algolia.com/developers)

Documentation πŸ“„

https://vitejs.dev/guide/assets.html#the-public-directory

Feature: Server πŸ›°