How I stopped loving Angular
medium.com
How I stopped loving Angular
1–4 of 4 posts
Re: How I stopped loving Angular
#21. Simplicity Matters by Rich Hickey: https://www.youtube.com/watch?v=rI8tNMsozo0
Re: How I stopped loving Angular
#3Typescript is an amazing tool and will be better once there's even wider support. Observables are interesting and RX.js has been useful to me. Zones are interesting but I've not had a real chance to use them.
But, I think putting these and many more concepts together make Angular even less accessible to a majority of developers. Developers can choose these components individually and mix and match for the project, but Angular has made all of these decisions already. That works for some people, but not enough.
Add to it the extreme confusion over naming and the massive paradigm shift from AngularJS 1.
I agree that Vue, React, and other libraries do a much better job and aren't complete packages, you can put together the foundation you need.
Re: How I stopped loving Angular
#4If the author reads Hacker News, thanks for the write up.
When Vue gets first class Typescript support, it will get real consideration for our next app.