You get a bonus - 1 coin for daily activity. Now you have 1 coin

Why is ReactDOM separate from React? in REACT

Practice



The React team worked on extracting all DOM-related functionality into a separate library called ReactDOM . React v0.14 is the first release in which the libraries are split. Looking at some of the packages,
react-native
react-art
react-canvas
, and
react-three
, it became clear that the beauty and essence of React has nothing to do with browsers or the DOM. In order to build more environments that React can render to, the React team planned to split the core React package into two parts:
react
and
react-dom
This paves the way for writing components that can be shared between the web version of React and React Native.

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Scripting client side JavaScript, jqvery, BackBone"

Terms: Scripting client side JavaScript, jqvery, BackBone