Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Angular, the new iteration of the framework is very potent, fast and imho not as complex as it has been made out to be by many. Good oop patterns such as di/ioc can be learned through it and the way in which deals with separation of concerns by separating view from logic is top notch. You can't go wrong with either as Vue has many(maaaany) great things inside of it.
-
@AleCx04 hey I like separation too unlike ReactJS who likes to mix JS and HTML. If there are no other choice I think I will study Angular. Um mate what version of Angular should I study? Thanks!
-
@JoshBent I just did a screenshot from quora. Forgot the link. Keywords are js frameworks comparison
-
@Devnergy currently there are few features that make an impacting difference between 5 and 6 and 2 is pretty much 5(think of 5 as a long term support version) so go ahead with that one.
Also don't worry too much about Typescript, it makes tons of sense while going through the tutorials available. Have fun man! -
Definitely Angular for me. If we're talking 2+, the thing I like about Angular is it gives you a whole framework DI, routing, modules, state management. Components are a fantastic way to organise code. Oh and Typescript gives you type checking and awesome intellisense in VSCode.
With Vue it's more a UI library so you've got to hunt down other components like routing. I feel as well Vue is very reminiscent of angular 1, which tbh I think we've moved on from. Also Vue not supporting native ES6 classes is a kicker. -
Stocken4336yEverything Javascript then Vuejs or React. Vuejs for smaller projects and React for bigger (+Native)
Angular is losing its touch, you do way to much, for a very small return of functionality.
VUE or Angular? :\
question