DEV Community

Discussion on: Why React is winning over Angular?

Collapse
 
peb7268 profile image
Paul Barrick

Good point.

Personally I liked the nudge to learn typescript. I've been using it since it's was in Angular RC candidates so at the time the browsers didn't even support const and let or the class keyword so in those times it was letting you use next gen js features w/o babel.

That has become much less of a point nowadays though.

I'm general I feel like it promotes learning of good software architecture patterns rather than proprietary syntax.

Kind of feels like you're suggesting it's a bad thing for developers to learn how the concept of dependency injection works, or how strong programing patterns help.

I don't see it as a drawback to basically teach developers SOLID design principles as they learn a framework at the same time.