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 trialGonzalo Muro
5,281 PointsThe <Route> and <Router>'s links in the Teacher's Notes section are broken.
When I click the link it send me to a 404 github page.
Nick Barone
1,533 PointsNick Barone
1,533 PointsHi Gonzalo, when this tutorial was created the
react-router
version was 2.7.0, and the current version is 4.1.1. The linked documentation points to the "master" branch with the latest code, so here is the documentation linking to the 2.7.0 documentation of these items:Route
Router
Please note, if you just ran
npm install --save react-router
as instructed, you will havereact-router
4.1.1 which uses a different syntax than this tutorial. You will want to installreact-router-dom
instead and you can use the answers provided in another question to importHashRouter
instead ofRouter