DEV Community

Discussion on: Why choose Angular for Development in 2020

 
sroehrl profile image
neoan

Yes, I agree. I loved angularJS and have worked with it for years. However, since the long term support will run out in less than 2 years, it certainly does not make sense to start a project with it. Additionally, what was so revolutionary about it is now part of many frameworks.
In order to play nice with various implementation scenarios I avoid built scenarios that are potentially a problem for certain backends (would take too long to go into it, but angular2+ would be very annoying for my development cycle). I would therefore highly recommend Vue. You will feel at home within a day as data-binding and directives are very similar in nature.