mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
This resolves an outstanding issue where it was possible for debug info and console logs to become out of order if they up blocked. E.g. by a future reference or a client reference that hasn't loaded yet. Such as if you console.log a client reference followed by one that doesn't. This encodes the order similar to how the stream chunks work. This also blocks the main chunk from resolving until the last debug info has fully loaded, including future references and client references. This also ensures that we could send some of that data in a different stream, since then it can come out of order.
react-server-dom-webpack
Experimental React Flight bindings for DOM using Webpack.
Use it at your own risk.