mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
This writes all debug info to a separate priority queue. In the future I'll put this on a different channel. Ideally I think we'd put it in the bottom of the stream but because it actually blocks the elements from resolving anyway it ends up being better to put them ahead. At least for now. When we have two separate channels it's not possible to rely on the order for consistency Even then we might write to that queue first for this reason. We can't rely on it though. Which will show up like things turning into Lazy instead of Element similar to how outlining can.
react-server-dom-webpack
Experimental React Flight bindings for DOM using Webpack.
Use it at your own risk.