You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that the react package only includes "isomorphic" so that other renderers aren't burdened. Even if it is the same package, at least make sure that the module dependencies aren't burdened. Effectively make sure this is complete: Decouple dependencies between React DOM and React Isomorphic, except for currentOwner which React DOM still needs to set on React Isomorphic. (@sebmarkbage) See comment in Reorganize Src Directory for Isomorphic React Package #3866
Bonus:
React Native ships its own copy of the renderer so that npm finally works properly.
The text was updated successfully, but these errors were encountered:
This is likely going to be a quick release after 0.14 goes out. Basically just a
"lightweight""garbage collection" release of 0.14.Remove Deprecated Functionality
react
package (@jimfb Remove DOM functions from top-level isomorphic API #5832)Deprecated Functionality that Unlocks new Features
Spill over from 0.14:
react
package only includes "isomorphic" so that other renderers aren't burdened. Even if it is the same package, at least make sure that the module dependencies aren't burdened. Effectively make sure this is complete: Decouple dependencies between React DOM and React Isomorphic, except for currentOwner which React DOM still needs to set on React Isomorphic. (@sebmarkbage) See comment in Reorganize Src Directory for Isomorphic React Package #3866Bonus:
The text was updated successfully, but these errors were encountered: