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 trialBarreston Robinson
5,724 PointsFuture JavaScript courses like React.js, Angular.js or Ember.js ?
I'm just wondering will there be any courses on React.js, Angular.js or Ember.js? Those three are still very popular in the web app development world.
5 Answers
Ken Alger
Treehouse TeacherBarreston;
There are courses on Angluar.js and Ember.js in the library right now. I am not sure of any updates to either of these with the recent release of Angular 2.0.
In terms of React.js I don't know if it is officially on the Roadmap for a course or workshop yet but Andrew Chalkley wrote a recent blog article on React.js. There are also several votes for a course on it on the JavaScript Roadmap on Trello.
Hope that helps a bit.
Ken
jason chan
31,009 Pointsember.js one I complete without trouble. The angular course here is unorganized and very tough to follow.
Joseph Szoke
15,087 PointsI hope we can get a react.js course. It seems like it is creating a lot of buzz for all the right reasons. The problem is I need to learn a framework soon because my agency keeps selling web apps and JavaScript gets a bit lengthy and never great when changes are needed weeks or even months later.
I have tried meteor and it was pretty decent but haven't tried it on a project yet.
Jason - how was ember?
Niels Klom
6,134 PointsIs there any point in doing this angular course, since it is outdated anyway?? And do you guys know any other good videos or information about angular 2.0?
Denis Kiselev
12,737 PointsAngular 1.x will be supported for 2+ years, so there are some reasons to take present 1.x courses. For 2.0 its in alpha now, but will be released with major breaking things, so it will need complete new courses. Not sure 2.0 will be production ready, so maybe you will need to wait for 2.1 to use it in real project.
Bruce Berdine
13,607 PointsI really like the ides behind React but have found it hard to find a good resource for learning especially when you get into the full stack build with react-router, Flux and Flow. Would love to see some lessons here on TH because the staff here do a great job of breaking things into simple steps and building from that!!
Brett Connolly
12,874 PointsI want to learn React but it seems (i'm not a pro, so i'm just giving an opinion) that it only makes sense if you have a very robust UI or complex DOM structure, otherwise it seems like most fullstack javascript frameworks (like Meteor) handle model changes and DOM updating very quickly, at least it has with the projects i've created with it, granted none of them have complicated DOM structures.
A course would be awesome, but if anyone can explain to me why I would want or need to use React over most javascript frameworks pre-packaged DOM handling, I would appreciate it.
Bruce Berdine
13,607 PointsHey Brett, I am exploring both Meteor and React. As far as React goes I think the link above to Andrew's blog post sums it up pretty well. http://blog.teamtreehouse.com/react-hype-real I also like the idea that it is SEO friendly where Meteor requires some hoop jumping. For corporations, I feel Meteor's biggest current limitation is not supporting MySQL and React may be the better choice if you are looking for work in that type of environment.