React is a JavaScript library created by Facebook for building user interfaces. It uses declarative programming and unidirectional data flow principles. Major companies like Facebook, Netflix, and The New York Times use React. To install React, Node.js is required. Then create-react-app can be used to generate a React project scaffold or code can be copied from React's website for a quick test drive.