Characteristics of the React
- Componentization, declarative programming
- Mobile development
- Virtual DOM+ excellent diff algorithm
Initialize the
- React.development.js (core library)
- React-dom.development.js (used to support dom manipulation with react)
- Rereference babel.min.js(for JSX to JS)
The difference between JSX and JS creating VDOM
jsx
js
Babel will convert JSX to JS