rsnext/packages/next/client/components
Tim Neutkens 1bf7d4d968
Use createFromFetch instead of createFromReadableStream to fetch Flight (#40656)
Small change leveraging the `createFromFetch` method instead.


## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2022-09-18 15:47:53 +00:00
..
shared/dynamic Add shared dynamic api (#39163) 2022-07-29 11:03:05 +00:00
app-router.client.tsx Use createFromFetch instead of createFromReadableStream to fetch Flight (#40656) 2022-09-18 15:47:53 +00:00
hooks-client-context.ts Flush styles effects (#39268) 2022-08-03 16:21:20 +00:00
hooks-client.ts Flush styles effects (#39268) 2022-08-03 16:21:20 +00:00
hooks-server-context.ts Handle server context being refreshed (#38580) 2022-07-13 08:48:01 +00:00
hooks-server.ts Implement new client-side router (#37551) 2022-07-06 21:16:47 +00:00
hot-reloader.client.tsx Implement SWC transformer for server and client graphs (#40603) 2022-09-17 00:12:59 +02:00
layout-router.client.tsx Implement SWC transformer for server and client graphs (#40603) 2022-09-17 00:12:59 +02:00
match-segments.ts Flush styles effects (#39268) 2022-08-03 16:21:20 +00:00
reducer.ts Unwrap promise with experimental_use (#40575) 2022-09-15 19:28:12 +00:00
render-from-template-context.client.tsx Implement SWC transformer for server and client graphs (#40603) 2022-09-17 00:12:59 +02:00
use-reducer-with-devtools.ts Add prefetch to new router (#39866) 2022-09-06 17:29:09 +00:00