DEV Community

Discussion on: My Completely Biased Reasons for Choosing Angular

Collapse
 
oniichan profile image
yoquiale

I like Angular because it's opinionated and because of the directives, the same with Vue. I dislike React because it doesn't has directives and you have too much freedom, and it uses css in js, which makes no sense to me.

Collapse
 
dgreene1 profile image
Dan Greene

You don’t have to use CSS-in-JS with React. In fact, most people use standard CSS Modules (just like I think Angular uses).