react/packages/react-dom/npm
Sebastian Markbåge 01a0c4e12c
Add Edge Server Builds for workerd / edge-light (#26116)
We currently abuse the browser builds for Web streams derived
environments. We already have a special build for Bun but we should also
have one for [other "edge"
runtimes](https://runtime-keys.proposal.wintercg.org/) so that we can
maximally take advantage of the APIs that exist on each platform.

In practice, we currently check for a global property called
`AsyncLocalStorage` in the server browser builds which we shouldn't
really do since browsers likely won't ever have it. Additionally, this
should probably move to an import which we can't add to actual browser
builds where that will be an invalid import. So it has to be a separate
build. That's not done yet in this PR but Vercel will follow
Cloudflare's lead here.

The `deno` key still points to the browser build since there's no
AsyncLocalStorage there but it could use this same or a custom build if
support is added.
2023-02-07 15:10:01 -05:00
..
client.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
index.js Use Yarn Workspaces (#11252) 2017-10-19 00:22:21 +01:00
profiling.js Added react-dom/profiling entry point to NPM package (#13570) 2018-09-05 11:16:43 -07:00
server-rendering-stub.js Server render fork for react-dom (#25436) 2022-10-10 11:06:22 -07:00
server.browser.js Merge /unstable-fizz entry point into /server (#21684) 2021-06-14 18:37:44 -07:00
server.bun.js Add Bun streaming server renderer (#25597) 2022-11-17 13:15:56 -08:00
server.edge.js Add Edge Server Builds for workerd / edge-light (#26116) 2023-02-07 15:10:01 -05:00
server.js Drop Haste (#11303) 2017-10-25 02:55:00 +03:00
server.node.js [Fizz/Flight] pipeToNodeWritable(..., writable).startWriting() -> renderToPipeableStream(...).pipe(writable) (#22450) 2021-10-06 00:31:06 -04:00
static.browser.js Add entry points for "static" server rendering passes (#24752) 2022-06-18 22:34:31 -04:00
static.edge.js Add Edge Server Builds for workerd / edge-light (#26116) 2023-02-07 15:10:01 -05:00
static.js Add entry points for "static" server rendering passes (#24752) 2022-06-18 22:34:31 -04:00
static.node.js Add entry points for "static" server rendering passes (#24752) 2022-06-18 22:34:31 -04:00
test-utils.js Use Yarn Workspaces (#11252) 2017-10-19 00:22:21 +01:00
unstable_testing.js Exclude react-dom/unstable_testing entry point from stable releases (#23258) 2022-02-08 23:12:31 -05:00