react-router v6.0.0-alpha.2 Release Notes

Release Date: 2020-02-22 // about 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 history@5 react-router@6 react-router-dom@6
    

    Or, if you're on React Native:

    $ yarn add history@5 react-router@6 react-router-native@6
    

    ๐Ÿ“š 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!