Declarative routing for React
This repository is a monorepo that we manage using Lerna. That means that we actually publish several packages to npm from the same codebase, including:
Package | Version | Docs | Description |
---|---|---|---|
react-router |
The core of React Router | ||
react-router-dom |
DOM bindings for React Router | ||
react-router-native |
React Native bindings for React Router | ||
react-router-redux |
Integration with React Router and Redux | ||
react-router-config |
Static route config helpers |
Thanks to our sponsors for supporting the development of React Router.
Also, thanks to BrowserStack for providing the infrastructure that allows us to run our build in real browsers.