Skip to main content

Create React App

Recommendation
Updated
Moved
HOLD
2022-02-09

What is it

Create React App is a React boilerplate that is created by Facebook and is designed to be used as a starting point for new React projects. It handles bundling and code transpilation out-of-the-box for you.

When to use it

Use this boilerplate when you want to start a new React project.

How to learn it

Quick-start and set-up guides are found here.