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 trialMohammed Ajaz
5,542 PointsIs the React course up to date? Is it worth doing it on team treehouse?
Hi everyone,
I have been told at work that I need to start learning reactjs and I was wondering if the react course on teamtreehouse was up to date or if anyone can recommend a better learning platform than teamtreehouse for it.
Thank you!
1 Answer
Miguel Rivera
8,825 PointsNo, the course is outdated. The instructor does not use ES6 syntax or classes. You should look at the React Documentation and read the guides and do the tutorial. If you want instructed learning, you might want to look at Tyler Mcginnis's React Fundamentals course. It's updated constantly. Good luck!
Jacob Richter
11,210 PointsJacob Richter
11,210 PointsI agree with Miguel, your focus should be on es6 syntax and beyond now, even looking at statics under es8. Also check out Dan Abromovs tutorials on Redux to fill that gap, don't ignore Redux just because the new context API has come out, to implement the Flow philosophy it is a great resource.