
React is a JavaScript library developed by Facebook. ReactJS focuses on,
UI : Use React as the V in MVC
Virtual DOM : DOM diff implementation for high performance
Data flow : Offers reactive data flow
React is all about building reusable components. (Why Facebook built react). It doesn't manipulate DOM unless it needs to (check react displaying...