React: The Basics

React is a declarative, component-based JavaScript UI-library. React’s core concept is that you page consists of a number of independent components, each with its own state and an array of methods.