Getting Started - React
A JavaScript library for building user interfacesreactjs.org React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called “components”. React is a front-end JavaScript library developed by Facebook in 2011 for building user interfaces.
React is used to build single page applications.
It…