Sunsetting Create React App – React
February 14, 2025 by Matt Carroll and Ricky Hanlon
Today, we’re deprecating Create React App for new apps, and encouraging existing apps to migrate to a framework. We’re also providing docs for when a framework isn’t a good fit for your project, or you prefer to start by building a framework.
When we released Create React App in 2016, there was no clear way to build a new React app.
To create a React app, you had to install a bunch of tools and wire them up together yourself to support basic fea...
Read more at react.dev