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

Javascript frameworks

Hello guys, I m a bit confused, I wanna learn javascript frameworks or libraries, whatever. But I really dont know with what to start within NODEJS EMBERJS D3JS ANGULARSJS. I dt know if learning one requiere knowing an other first, so yoru knowledge can really come in handy !

Cheers

3 Answers

I would recommend learning the MEAN stack as it's a good starting point and there is a lot of information available. I would recommend learning them in the order of:

Node Express Angular MongoDB

If you are only interested in front-end development then you can just learn Angular as a great starting point. Also - if you don't know JQuery I would probably learn it before anything else.

Those are all backend or server side languages.

Of them, node and angular are the most popular. You do not need to learn them in any particular order.

Thanks for both of you for sharing your knowledge !