Skip to content

v6.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mjackson mjackson released this 22 Feb 00:52

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!