Ease of Setup
Create React App provides a simple command to quickly set up a new React project. This reduces the time required for initial configuration.
Zero Configuration
The tool comes with a large set of defaults out of the box. You don't need to configure Webpack, Babel, or other build tools manually.
Best Practices
It encapsulates a lot of best practices for building React applications, ensuring you start off on the right foot.
Development Server
Includes a local development server with hot-module reloading powered by Webpack, which improves the development experience.
Community Support
As a Facebook-backed project with a wide user base, Create React App benefits from extensive documentation and community support.
Testing Setup
Initial Jest configuration is included, providing a straightforward way to start writing and running tests.
Production Optimizations
Built-in optimizations for production builds, such as code splitting and minification.
Create React App is a good choice for developers looking for a straightforward way to start React applications without delving into setup configurations. It's a robust, flexible tool for beginners and those who appreciate productivity and ease of use over micromanaging build setups.
We have collected here some useful links to help you find out if Create React App is good.
Check the traffic stats of Create React App on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Create React App on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Create React App's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Create React App on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Create React App on Reddit. This can help you find out how popualr the product is and what people think about it.
Let's start by preparing a sample application that we want to place in a Docker image. This will be a web application created using the React framework and its create-react-app tool. It will generate a code template and configuration, allowing us to focus on the image creation aspects. - Source: dev.to / about 1 year ago
This project was bootstrapped with Create React App. - Source: dev.to / about 1 year ago
I could totally see how you'd arrive there. Backstory: create-react was a starter boilerplate for React built and maintained by Facebook. This was when webpack was the standard and just getting a local development environment to "hello world" for React could be challenging.[1] That project was depreciated and the popularity of the Next.js site framework for react projects (plus I certainly assume heavy lobbying... - Source: Hacker News / over 1 year ago
My website's previous iteration was built in 2021. It was bootstrapped using (the now deprecated) Create React App and it took approximately 2 months to build. The home page included a bunch of photos that I had taken myself of my desk and keyboard as background for several sections and it included most of the information on the website. In the middle of the page I put the SkillsTerminal (which also features in... - Source: dev.to / over 1 year ago
This is just a discourse based on "I need to churn out something, I need that fast and I didn't start in the web game when Backbone and E4X were a solid corporate choice". If you are not in a hurry, work in a solid team and have a good attention span, a lot of clickbait idiocy around JS may not happen. I'm presenting you one of countless examples: a lot of coding bootcamps teach React, maybe with TS, maybe with... - Source: Hacker News / almost 2 years ago
Create-react-app -> Building a single-page application. Good for beginners. - Source: dev.to / over 2 years ago
An easy to get started is using React's create-react-app to create a template React application that is set up for you and immediately begin coding. - Source: dev.to / almost 3 years ago
This project was bootstrapped with Create React App. - Source: dev.to / almost 3 years ago
Yeah https://github.com/facebook/create-react-app. Source: about 3 years ago
First, let's create a base skeleton of our application. To make it faster, I'll use the Create React App. - Source: dev.to / almost 4 years ago
Initialized a pretty standard react project using the default create react app (CRA) template. Or pick your existing React app. Below is the sample project folder structure. - Source: dev.to / over 3 years ago
Ultimately, though, there is one deal-breaking fact about CRA that cannot be ignored: it is no longer actively maintained. With 1.5k current unresolved issues, over 400 open PRs, and the last release over a year old, itโs safe to call CRA a dead project. - Source: dev.to / over 3 years ago
The project is bootstrapped with Create React App and also includes eslint and prettier to ensure clean code. - Source: dev.to / over 3 years ago
No, and by the way, create-react-app, while it is, like React, from the facebook dev team, is not technically part of React itself. Source: over 3 years ago
Thanks for your answer. The babylon code is wrapped on a React app, and I'm serving with `yarn start` using the dev server of https://github.com/facebook/create-react-app scaffolding. I also did an optimized build with `CI=true yarn run build` and served with `serve -p $(PORT) -s build` and the same thing happened. Source: over 3 years ago
Im trying to create a web-player using this (which I will use as an interactive NFT): Https://github.com/willsmillie/parmesan-dreams-ep-nft Https://github.com/facebook/create-react-app. Source: over 3 years ago
Thinking that the demo app should be practical but not overwelmed by details, its React client side would be constructed with commonly seen features, such as styling, routing, data fetching and assets loading, but at a limited cost. Meanwhile, it would be deployed on a widely accepted FaaS provider that has an easy setup. So, I'm going to use create-react-app(CRA) to initialize the demo app, enhance it, then get... - Source: dev.to / over 3 years ago
I was just scanning the repo for create-react-app and see the main branch hasn't been commit to since the beginning of September. Does anyone have any insight if the project is no longer being maintained? https://github.com/facebook/create-react-app. - Source: Hacker News / over 3 years ago
This project was bootstrapped with Create React App. - Source: dev.to / over 3 years ago
4. Next, let's create a basic React application using Create React App. We'll use the template for TypeScript with it as well. In the created packages/frontend directory, run:. - Source: dev.to / over 3 years ago
Now, to deploy a ReactJS frontend application on AWS, you can select the SPA on CloudFront template. This template is bootstrapped with Create React App. This template creates the following infrastructure resources that will be provisioned on your AWS account:. - Source: dev.to / over 3 years ago
Do you know an article comparing Create React App to other products?
Suggest a link to a post with product alternatives.
Is Create React App good? This is an informative page that will help you find out. Moreover, you can review and discuss Create React App here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.