|
|
|
|
|
by madeofpalk
1960 days ago
|
|
The comment I was replying to was "React has too much configuration", which I disagree with because CRA and other low-effort build tooling exists. I like CRA, it's my default go-to because i want to avoid maintaining a webpack configuration. If you have a solution that works for you, that's good too! |
|
The build process of a modern React application has a certain amount of necessary complexity. Hiding it behind a "low-effort" build tool like CRA doesn't change the above and, frankly, is really a disservice to anyone who wants to understand the tools they are working with.
Go ahead, eject a CRA sometime. See how "low-effort" it really is...