React

Short Description

React, sometimes referred to as a frontend JavaScript framework, is a JavaScript library created by Facebook.
                            

Full Description

- Instead of manipulating the browser's DOM directly, React creates a virtual DOM in memory, where 
  it does all the necessary manipulating, before making the changes in the browser DOM.

- React finds out what changes have been made, and changes only what needs to be changed.
- Current version of React.JS is V18.0.0 (April 2022).
                            

Lessons Outline