DEV Community

Discussion on: Why would people hate React (or JSX), but not Vue SFC, or even Angular?

Collapse
 
sirseanofloxley profile image
Sean Allin Newell

I'm really keen on separating out logic from my view layers in complex apps. The fact that almost most react blogs and docs don't mention large multi-target apps (cli/api/web-app that all share code). #cleanArchitecture

Collapse
 
pclundaahl profile image
Patrick Charles-Lundaahl

Totally agree. It just makes things so much easier to think about.

I still really like React for its composability, though!