REACT
- React is JavaScript Library NOT A FRAMEWORK
- React creating websites using components
- A component is self-contained section of code that functions as a reusable building block
React components = LEGO
- React using syntax extension of JavaScript known as JSX (Javascript XML) it allows u to code both HTML and JS in same file
- React also utilises Virtual DOM. it’s lightweight version of real DOM.