Echo JS 0.11.0

<~>
[deleted news]
tracker1 2230 days ago. link 2 points
Why you shouldn't use Angular for your next web app...

* Overtly complicated
* Excessive boilerplate
* Locks you in
* Leads to spaghetti code
* Weird DI framework
* Component decorators are complex and difficult to memorize.
* State management patterns become exponentially more complicated as features are added.

You'd probably be happier in the end using Next.js[1] (React) or Nuxt.js[2] (Vue) if you want a framework to start from.

[1] https://nextjs.org/
[2] https://nuxtjs.org/

Replies