--- id: create-a-new-react-app title: Create a New React App permalink: docs/create-a-new-react-app.html redirect_from: - "docs/add-react-to-a-new-app.html" prev: add-react-to-a-website.html next: cdn-links.html --- Use an integrated toolchain for the best user and developer experience. This page describes a few popular React toolchains which help with tasks like: * Scaling to many files and components. * Using third-party libraries from npm. * Detecting common mistakes early. * Live-editing CSS and JS in development. * Optimizing the output for production. The toolchains recommended on this page **don't require configuration to get started**. ## You Might Not Need a Toolchain If you don't experience the problems described above or don't feel comfortable using JavaScript tools yet, consider [adding React as a plain `