DEV Community

Discussion on: Why React is winning over Angular?

Collapse
 
lexlohr profile image
Alex Lohr

Both are viable options. Which one you choose should depend on what paradigm you are most comfortable with:

  • Object-oriented programming: Angular
  • Functional programming: React

There's no winning or losing, just a choice depending on preference. Even more choice if you count in Vue and svelte, which too are interesting alternatives.