React.JS: A Beginner Centric Intro provides an overview of React in 3 parts - What, Why, and How. It defines React as a JavaScript library for building user interfaces. It explains that React uses components as building blocks and that components can be functional or use class syntax. The document also provides additional resources for learning React.
Related topics: