1

Every single time I start a new frontend webapp project, first question -

Should I use react
Should I use angular

Ffs, how do you guys make the decision?

Comments
  • 2
    I go angular if I need a framework.if you need components there's angular elements, if you need more than that, the library code is refable or can just have routing modules added.

    Anything that react alone would be enough for, vanillajs+rx or ramda would handle it.
  • 1
    Easy. Use angular. From my xp with our frontend dev I've got a feeling that react is more rigid. And fragile. And more difficult to layer out properly
  • 2
    Vue it! πŸ˜…πŸ˜‰πŸ’šβ˜„οΈπŸ’―
  • 1
    Vue of Svelte, if you want to/need to/insist on using a JS framework.

    However, if you're done with the crap that is JS, and want to try something new, you could try Elm or Rust+WASM+Yew or Dart or or or...

    But if your only options are React and Angular (Y THO?) then just... how to put this nicely... stahp.
Add Comment