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 React Basics (retired) First Steps in React Why React

Jonny Patterson
Jonny Patterson
7,099 Points

Scoreboard application updated for React 16 and ES6

As many people have commented it appears the React Basics course was created for React 15. I decided to work through the course by creating the Scoreboard app locally in React 16 with ES6. I thought I would share it on GitHub and I hope that someone might find it to be a useful reference until a refresh of the React Basics course is released.

You can find my repo at https://github.com/jonpatterson/treehouse-react-basics and if you'd like to also follow the course in React 16 I'd highly recommend using Create React App at https://github.com/facebook/create-react-app/.