|
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-redux`](/packages/react-router-redux) | [](https://www.npmjs.com/package/react-router-redux) | [](/packages/react-router-redux/#readme) | Integration with React Router and Redux | |
41 |
| -| [`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://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-redux`](/packages/react-router-redux) | [](https://www.npmjs.com/package/react-router-redux) | [](/packages/react-router-redux/#readme) | Integration with React Router and Redux | |
| 41 | +| [`react-router-config`](/packages/react-router-config) | [](https://www.npmjs.com/package/react-router-config) | [](/packages/react-router-config/#readme) | Static route config helpers | |
42 | 42 |
|
43 | 43 | ## About
|
44 | 44 |
|
45 |
| -Development of react-router is done 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])! |
46 |
| - |
47 |
| -## Thanks |
48 |
| - |
49 |
| -Thanks to [our sponsors](/SPONSORS.md) for supporting the development of React Router. |
| 45 | +`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])! |
0 commit comments