dillon1000/react

Commit

Plumbing of isomorphic code (#29967)

Need to tighten up this a bit.

react-dom isomorphic currently depends on react-reconciler which is
mostly DCE but it's pulled in which makes it hard to make other bundling
changes.

ReactFlightServer can have a hard dependency on the module that imports
its internals since even if other internals are aliased it still always
needs the server one.
Browse files
Changed paths3 files
First-parent comparison
M packages/react-dom/src/ReactDOMSharedInternals.js ModifiedM packages/react-server/src/ReactFlightServer.js ModifiedM packages/react-server/src/ReactSharedInternalsServer.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…