DEV Community

Discussion on: Maybe I Should Have Just Used create-react-app

Collapse
 
bugzpodder profile image
bugzpodder • Edited

Hi, I'm one of the current maintainers for create-react-app (we don't work at Facebook), and I want to point out that CRA is absolutely production ready. All of us have real world apps built using CRA's webpack configs. One exception is when you need SSR in production then CRA might not be the best tool to use out of the box, but SSR could be supported in a future version (there's already a PR out for it).