npm react-router 6.0.0-alpha.2
v6.0.0-alpha.2

latest releases: 6.23.1-pre.0, 0.0.0-experimental-7b411a741, 0.0.0-experimental-c0856287f...
4 years ago

This release fixes a few bugs with the previous alpha, namely:

  • Fix a few path matching corner cases
  • Fix rendering <Link>s on the server (see #7126, thanks @danpantry)

Also, we added a new doc about adding React Router to your web project whether you're using create-react-app, Webpack, Parcel, or just plain 'ol <script> tags. Thanks @chancestrickland!

Development for v6 is happening on the dev branch.

If you'd like to test it out, install from npm:

$ npm install react-router@next react-router-dom@next

Or, if you're on React Native:

$ yarn add react-router@next react-router-native@next

We are actively working on documentation. For now, if you're just interested in testing things out you may be interested in the getting started guide. If you're interested in upgrading an existing app, please check out the v5 to v6 migration guide.

Enjoy!

Don't miss a new react-router release

NewReleases is sending notifications on new releases.