DEV Community

Discussion on: What are React's weak points?

Collapse
 
ssimontis profile image
Scott Simontis

Not a React expert, but some qualms from my experiences:

  • Complex tooling. I still don't understand WebPack and rely on CLI tools or templates to set it up for me. It seems really difficult to use React without having to concoct a module system.
  • If you aren't making SPA sites, it doesn't seem near as appealing
  • It changes a lot, but so does all of Javascript.