DEV Community

Discussion on: Don't use create-react-app: How you can set up your own reactjs boilerplate.

Collapse
 
hlvu profile image
hlvu

"Let's do this", "Let's do that". How about "why"?

Collapse
 
nikhilkumaran profile image
Nikhil Kumaran S

I already mentioned right? To eliminate CRA's drawbacks(Abstraction and difficult to add custom configs), we are setting up our own reactjs boilerplate and make it to bootstrap react projects with a single command like CRA. With this, you have complete control over your app and also you can boot up a new react project with just a single command.

Collapse
 
joejavacavalier2001 profile image
roger.k.trussell@gmail.com

My gut tells me that CRA isn't being maintained properly anymore because it seems to add deprecated dependencies that make npm freak out upon every build or test server start. That makes me sad. I'm a CRA fan, but I'm also glad to see another way.

Collapse
 
nikhilkumaran profile image
Nikhil Kumaran S

Glad this post is helpful to you!