DEV Community

Discussion on: Why choose Angular for Development in 2020

Collapse
 
seanmclem profile image
Seanmclem

Also, if you're looking for something easier to configure at your own pace - I would suggest React or Vue over angularjs. Since angularjs is getting deprecated, will be no longer supported, getting less popular. Vue and react are only increasing in their popularity so there's a lot of resources out there

Thread Thread
 
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.