DEV Community

Discussion on: Create React App from Scratch like a Pro

Collapse
 
lylest profile image
wackyizzy

Why would you want to do this ? It takes huge amount of time while you still have other things to figure out during development unless you are making Todo list app

Collapse
 
virajkanse profile image
ADevDX

You can create template repo on github, it will save lot of time.

Collapse
 
ruppysuppy profile image
Tapajyoti Bose

Good point. There are quite a few templates available on GitHub to create React applications

Collapse
 
ruppysuppy profile image
Tapajyoti Bose

If you are making a simple app, then using this would definitely be a waste of time. But if you are making an enterprise level application, you would have to consider each and every niche cases and tailor the app to your needs to squeeze out every drop of performance. In such cases using create-react-app would be a disaster