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 trialAbbas Zaidi
11,215 PointsIs Express similar to Angular.js or React.js? Or are these a different kind of framework than Express?
.
2 Answers
lifelonglearner
7,280 PointsYes, 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.
lifelonglearner
7,280 PointsCorrect, 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.
Abbas Zaidi
11,215 PointsAh i see. Thank you!
treehousecoder20
4,225 PointsHi, are people switching from Angular to React these days?
Abbas Zaidi
11,215 PointsAbbas Zaidi
11,215 PointsThanks! 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?