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 trial

JavaScript

Maya Benari
Maya Benari
750 Points

First JS framework to learn: React or Angular

What framework should I learn first: React or Angular?

/cc Dave McFarland Andrew Chalkley

3 Answers

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

Maya Benari

I'd learn React -- it's a great library and simpler to get a handle on than Angular. We also have more courses on React :) Check out our Learn React track.

Andrew Chalkley
STAFF
Andrew Chalkley
Treehouse Guest Teacher

Personal preference is React. But it all depends what you need to learn first. React is a steadier incline than Angular.

Hi Maya,

I had experience working with both. I am by no means an expert in any of them, but if I had to choose I would pick React. It's faster, lighter, and less opinionated.

Think of Angular as a toolbox with every possible tool. It's a pretty heavy toolbox. Say you only need a hammer and some nails, but you get the whole box. Maybe you will need all of the tools maybe you won't.

React is kind of like a toolbox containing only the tools you need, but you have to collect the tools yourself.

In the end is really up to you what framework to use.