Hacker News new | ask | show | jobs
by jamier1978 3150 days ago
That's good to know. React Router is the only thing stopping me from updating to React 16. I can't find an NPM package, so assume you need to point it at Github?
2 comments

You can do:

    npm install --save react-router@3
which will add "react-router": "^3.2.0" to your package.json.
Just set the “react-router” entry in packages.json to “^3.0.0”