I have to build a frontend project from scratch.
This project is ambitious and will last for a long time. My main goal in this first weeks of development will be to start on a good basis.
Therefore, i'm wondering if create-react-app is a good option because it's easy to begin with and this toolbox is optimized for production.
However, how modular my project will be if i use this solution ?
Does anybody know if some drawback can appear on project using CRA ?
My main worry is about bundler.
If the project is getting bigger and bigger, do i have to optimize the webpack config of CRA ?
Isn't better to create my project from scratch with my own bundler configuration ?