All Topics

React

A JavaScript library for building user interfaces

Overview

React is a popular JavaScript library built by Facebook for building user interfaces. It is notable for its component based approach, meaning you focus on small, generally reusable parts of your interface.

Related Topics

What you should learn next