React

React is an open-source JavaScript framework developed by Facebook. This section explains how to use React, which supports front-end development for display in web browsers and shares popularity with Angular.

React Introduction


Preparing for React Development

First, prepare an environment where React can be used. This article explains the basic React workflow, from writing and running a simple program to building it for deployment.

Basic React Structure

React defines things called components and uses them to build the screen display. This article explains the basic structure.

Creating React Components

React creates screen displays by defining “components.” This article explains how to create your own component and use it.