|
1 | 1 | <p align="center">
|
2 |
| - <a href="https://reacttraining.com/react-router/"> |
3 |
| - <img alt="react-router" src="https://reacttraining.com/react-router/android-chrome-144x144.png" width="144"> |
| 2 | + <a href="https://reactrouter.com/"> |
| 3 | + <img alt="react-router" src="https://reactrouter.com/android-chrome-144x144.png" width="144"> |
4 | 4 | </a>
|
5 | 5 | </p>
|
6 | 6 |
|
|
20 | 20 |
|
21 | 21 | ## Docs
|
22 | 22 |
|
23 |
| -**[View the docs here](https://reacttraining.com/react-router)** |
| 23 | +**[View the docs here](https://reactrouter.com)** |
24 | 24 |
|
25 | 25 | [Migrating from 2.x/3.x?](/packages/react-router/docs/guides/migrating.md)
|
26 | 26 |
|
27 |
| -[3.x docs](https://github.com/ReactTraining/react-router/blob/v3/docs) |
| 27 | +[3.x docs](https://github.com/remix-run/react-router/blob/v3/docs) |
28 | 28 |
|
29 |
| -[2.x docs](https://github.com/ReactTraining/react-router/blob/v2.8.1/docs) |
| 29 | +[2.x docs](https://github.com/remix-run/react-router/blob/v2.8.1/docs) |
30 | 30 |
|
31 | 31 | ## Packages
|
32 | 32 |
|
33 | 33 | This repository is a monorepo that we manage using [Lerna](https://github.com/lerna/lerna). That means that we actually publish [several packages](/packages) to npm from the same codebase, including:
|
34 | 34 |
|
35 |
| -| Package | Version | Docs | Description | |
36 |
| -| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | |
37 |
| -| [`react-router`](/packages/react-router) | [](https://www.npmjs.com/package/react-router) | [](https://reacttraining.com/react-router/core/guides/quick-start) [](/packages/react-router/docs) | The core of React Router | |
38 |
| -| [`react-router-dom`](/packages/react-router-dom) | [](https://www.npmjs.com/package/react-router-dom) | [](https://reacttraining.com/react-router/web/guides/quick-start) [](/packages/react-router-dom/docs) | DOM bindings for React Router | |
39 |
| -| [`react-router-native`](/packages/react-router-native) | [](https://www.npmjs.com/package/react-router-native) | [](https://reacttraining.com/react-router/native/guides/quick-start) [](/packages/react-router-native/docs) | [React Native](https://facebook.github.io/react-native/) bindings for React Router | |
40 |
| -| [`react-router-config`](/packages/react-router-config) | [](https://www.npmjs.com/package/react-router-config) | [](/packages/react-router-config/#readme) | Static route config helpers | |
| 35 | +| Package | Version | Docs | Description | |
| 36 | +| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | |
| 37 | +| [`react-router`](/packages/react-router) | [](https://www.npmjs.com/package/react-router) | [](https://reactrouter.com/core/guides/quick-start) [](/packages/react-router/docs) | The core of React Router | |
| 38 | +| [`react-router-dom`](/packages/react-router-dom) | [](https://www.npmjs.com/package/react-router-dom) | [](https://reactrouter.com/web/guides/quick-start) [](/packages/react-router-dom/docs) | DOM bindings for React Router | |
| 39 | +| [`react-router-native`](/packages/react-router-native) | [](https://www.npmjs.com/package/react-router-native) | [](https://reactrouter.com/native/guides/quick-start) [](/packages/react-router-native/docs) | [React Native](https://facebook.github.io/react-native/) bindings for React Router | |
| 40 | +| [`react-router-config`](/packages/react-router-config) | [](https://www.npmjs.com/package/react-router-config) | [](/packages/react-router-config/#readme) | Static route config helpers | |
41 | 41 |
|
42 |
| -> **Redux users:** The [`react-router-redux` package](https://github.com/ReactTraining/react-router/tree/5345a820818c8d43ac923558670538a479ac2234/packages/react-router-redux) is now deprecated. See [Redux Integration](https://reactrouter.com/web/guides/deep-redux-integration) for a better approach. |
| 42 | +> **Redux users:** The [`react-router-redux` package](https://github.com/remix-run/react-router/tree/5345a820818c8d43ac923558670538a479ac2234/packages/react-router-redux) is now deprecated. See [Redux Integration](https://reactrouter.com/web/guides/deep-redux-integration) for a better approach. |
43 | 43 |
|
44 | 44 | ## Changes
|
45 | 45 |
|
46 |
| -Detailed release notes for a given version can be found [on our releases page](https://github.com/ReactTraining/react-router/releases). |
| 46 | +Detailed release notes for a given version can be found [on our releases page](https://github.com/remix-run/react-router/releases). |
47 | 47 |
|
48 |
| -For change notes prior to version 4, please see [the CHANGES.md file](https://github.com/ReactTraining/react-router/blob/8365d4b2e91084265a1da7de911766169fb9e96e/CHANGES.md). |
| 48 | +For change notes prior to version 4, please see [the CHANGES.md file](https://github.com/remix-run/react-router/blob/8365d4b2e91084265a1da7de911766169fb9e96e/CHANGES.md). |
49 | 49 |
|
50 | 50 | ## Funding
|
51 | 51 |
|
52 | 52 | You may provide financial support for this project by donating [via Open Collective](https://opencollective.com/react-router), attending [one of our workshops](https://reacttraining.com/workshops/), or purchasing [one of our online courses](https://reacttraining.com/courses/). Thank you for your support!
|
53 | 53 |
|
54 | 54 | ## About
|
55 | 55 |
|
56 |
| -`react-router` is developed and maintained by [React Training ](https://reacttraining.com) and many [amazing contributors ](https://github.com/ReactTraining/react-router/graphs/contributors). If you're interested in learning more about what React can do for your company, please [get in touch ](mailto:[email protected])! |
| 56 | +`react-router` is developed and maintained by [React Training ](https://reacttraining.com) and many [amazing contributors ](https://github.com/remix-run/react-router/graphs/contributors). If you're interested in learning more about what React can do for your company, please [get in touch ](mailto:[email protected])! |
0 commit comments