mirror of
https://github.com/facebook/react.git
synced 2026-02-25 05:03:03 +00:00
* Rename pipeToNodeWritable to renderToNodePipe * Add startWriting API to Flight We don't really need it in this case because there's way less reason to delay the stream in Flight. * Pass the destination to startWriting instead of renderToNode * Rename startWriting to pipe This mirrors the ReadableStream API in Node * Error codes * Rename to renderToPipeableStream This mimics the renderToReadableStream API for the browser.
react-server-dom-webpack
Experimental React Flight bindings for DOM using Webpack.
Use it at your own risk.