React
A JavaScript library for building user interfaces
React A JavaScript library for building user interfaces What is - - PowerPoint PPT Presentation
React A JavaScript library for building user interfaces What is React? JavaScript library created by Facebook Open source Runs on Node.js and renders in the browser Why use React? Declarative Modular Stateful
A JavaScript library for building user interfaces
Virtual DOM
Component 1 state props events Component 2 state props events Component 3 state props events
Real DOM
are added to the JSX tag
The name property is assigned in the JSX tag The name property is accessible in the props object:
You can reference JS functions and variables with curly braces. A JSX expression is either a
parentheses.
renders/mounts.
$ npx create-react-app my-app $ cd my-app $ npm start