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 Express Basics Getting Started with Express What is Express?

Is Express similar to Angular.js or React.js? Or are these a different kind of framework than Express?

.

2 Answers

lifelonglearner
lifelonglearner
7,280 Points

Yes, they are different. Express is a backend framework used with node.js whereas Angular is a front-end framework and React is a JavaScript library. React is also considered a front-end technology. If you want to be a full-stack JavaScript developer, Node, Express, Angular, and React are all worth learning.

Thanks! So(and i know this is moving away from the question) that means angular and react are different too? I thought they were both frameworks. Does one need to understand Angular to use React?

lifelonglearner
lifelonglearner
7,280 Points

Correct, React and Angular are different, and you do not need to know one in order to learn the other. You can learn them independently of each other.

React often gets called a framework, but it is technically a JavaScript library like jQuery. Angular is a framework.

Ah i see. Thank you!

Hi, are people switching from Angular to React these days?