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.
Lectures and tutorial on "Scripting client side JavaScript, jqvery, BackBone"
Comments