I heard angular is a framework and react is lib. angular 2 or react. Coming from nodejs, python, php, jquery experience which should I learn?
Angular is a more full featured than React by itself. To get React to equivalent features you have to add on (and learn) several other things (Redux, WebPack, etc, etc). As a bonus, there are lots of different conflicting flavors-of-the-week for things to use with React to build out your stack, so whichever you pick to go with React might not be cool next week.
Angular 2 Fundamentals Course
21–30 of 120 posts
Re: Angular 2 Fundamentals Course
#22I heard angular is a framework and react is lib. angular 2 or react. Coming from nodejs, python, php, jquery experience which should I learn?
Re: Angular 2 Fundamentals Course
#23Earlier quoted context omitted.
That doesn't address the issues the comment just above you (at time of writing) brings up, namely that even with Vue you still need to set up all the tool chain around it, whereas Angular brings a lot of that to the table for you.
I handle a big React app at my job. It's messy as fuck with JSX. We made a transition to Vue. Couldn't be happier.
Re: Angular 2 Fundamentals Course
#24Wouldn't it be great to turn business requirements into code training documentation and crowdsource the development of things?
Re: Angular 2 Fundamentals Course
#25Interesting coincidence. This week I've been tasked with looking into a JavaScript framework to replace our pure-Clojure stack at work. One of the front-end candidates is Angular. But we're considering cutting it from the race. The three main things we're looking for in a front-end framework: 1. Longevity: we don't want to adopt yet another fad framework that we'll have to replace in 2017. The current trend looks to…
No such thing. They're all pretty much fad frameworks.
Re: Angular 2 Fundamentals Course
#26Earlier quoted context omitted.
Ignore both. Learn vue.js to get shit done.
That doesn't address the issues the comment just above you (at time of writing) brings up, namely that even with Vue you still need to set up all the tool chain around it, whereas Angular brings a lot of that to the table for you.
Re: Angular 2 Fundamentals Course
#27I heard angular is a framework and react is lib. angular 2 or react. Coming from nodejs, python, php, jquery experience which should I learn?
Angular is a more full featured than React by itself. To get React to equivalent features you have to add on (and learn) several other things (Redux, WebPack, etc, etc). As a bonus, there are lots of different conflicting flavors-of-the-week for things to use with React to build out your stack, so whichever you pick to go with React might not be cool next week.
Because React doesn't care about how you manage your state, you can use Redux or other solutions. Not because they are cool , but because it fits your needs.
Re: Angular 2 Fundamentals Course
#28Earlier quoted context omitted.
I handle a big React app at my job. It's messy as fuck with JSX. We made a transition to Vue. Couldn't be happier.
What in particular about JSX makes it messy compared to vue? Messy template code can happen in both.
I like to think of Vue as React with sensible conventions. That said, both are terrific and solve UI problems very elegantly.
Re: Angular 2 Fundamentals Course
#29Earlier quoted context omitted.
That doesn't address the issues the comment just above you (at time of writing) brings up, namely that even with Vue you still need to set up all the tool chain around it, whereas Angular brings a lot of that to the table for you.
I handle a big React app at my job. It's messy as fuck with JSX. We made a transition to Vue. Couldn't be happier.
Re: Angular 2 Fundamentals Course
#30Earlier quoted context omitted.
You don't need all that to create SPA app. it's bloated framework.
having the option to precompile your framework to 20kb file size which is smaller than some libraries feels like a great feature
Angular 2 is shaping up to be a framework like no other out there in its capabilities.