DEV Community

Discussion on: Running React and Node.js in one shot with concurrently!

 
numtostr profile image
Vikas Raj • Edited

IMO, create-react-app is not bloated. It's a production ready environment. But, thats a whole another discussion.

And, most developers prefers a decoupled setup. If you want a decoupled setup, then just look into yarn workspaces.