DEV Community

Discussion on: Let's build a search bar in React!

Collapse
 
iam_timsmith profile image
Tim Smith

It’s really personal preference, but to be honest I haven’t used create-react-app in a while and forgot it existed.

Collapse
 
migueloop profile image
Miguel Ruiz

At the end It's better to make it your own way. create-react-app is for fast dev or examples but not for real projects.

Thread Thread
 
jason_espin profile image
Jason Espin

That's not necessarily true. I know plenty of enterprit level projects that use React that were created with CRA. As long as you configure and secure it, it's the best solution for making a start on a React project.

Thread Thread
 
migueloop profile image
Miguel Ruiz

I recommend you to read this article:

medium.com/@francesco.agnoletto/i-...

Thread Thread
 
jason_espin profile image
Jason Espin

I couldn't disagree with this more. In a majority of cases you don't need any additional configuration.