Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMihail Mitrevski
Full Stack JavaScript Techdegree Student 8,430 PointsI want to ask something about Angular and react,which platform or library is better for coding?..what is the diffrence?
What is the main diffrence between them?..i'm new at programing and i still can't figure out ..and as i see there's no Angular teaching videos here in Treehouse.
1 Answer
Robert Schaap
19,836 PointsI can recommend this post on Medium: https://medium.com/unicorn-supplies/angular-vs-react-vs-vue-a-2017-comparison-c5c52d620176
Ultimately, which framework is "better" is a very subjective thing, not only depending on your preference but on the project you're working on. If you have a simple website with a few static pages, you probably don't need any or might be using jQuery. If your website is more of an application or has lots of re-used pieces of code, a framework like React/Angular/Vue becomes an option.
I think Treehouse added React because it's a framework that has grown a lot over the last few years and is quite popular. Vue.js is growing quickly as well and is said to be easier to start with, plus their website gives very usable examples. Haven't looked into Angular much myself either, but it's been around for a bit and is quite in demand as well. Plus it being around for a bit means there are plenty resources to go around.