dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonpackages/react-dom/src/ReactDOMSharedInternals.js ModifiedM packages/react-server/src/ReactFlightServer.js ModifiedM packages/react-server/src/ReactSharedInternalsServer.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…