DEV Community

Discussion on: Architecting React Applications - What I learned from my experience as a Web developer

Collapse
 
rishikc profile image
Rishi Kumar Chawda • Edited

Thanks @umair !

What do you recommend to produce react application (cli / manually)?

Personally, I prefer using my own custom boilerplate when I'm starting up with any project. This gives me a boost since I already know how I set it up and it is always set up with the things I require and personally prefer. So I don't need to spend time in tweaking it to my needs. And I try to keep it minimal. You can check out my personal boilerplate here.

I was wondering if you write more about root level config directory about prod and dev environments and other settings.

I'm not sure what to write on that since it is going to depend mostly on what tools you use for bundling etc. But If you have any suggestions you can drop in a message to me and I'll certainly try to write a post on that!

And I just posted the second part of this series. You can read it here!