|
1 |
| -# Welcome to React Router · [![npm package][npm-badge]][npm] [![build][build-badge]][build] |
| 1 | +[![npm package][npm-badge]][npm] [![build][build-badge]][build] |
2 | 2 |
|
3 | 3 | [npm-badge]: https://img.shields.io/npm/v/react-router-dom.svg?style=flat-square
|
4 | 4 | [npm]: https://www.npmjs.org/package/react-router-dom
|
5 | 5 | [build-badge]: https://img.shields.io/github/actions/workflow/status/remix-run/react-router/test.yml?branch=dev&style=square
|
6 | 6 | [build]: https://github.com/remix-run/react-router/actions/workflows/test.yml
|
7 | 7 |
|
8 |
| -React Router is a lightweight, fully-featured routing library for the [React](https://reactjs.org) JavaScript library. React Router runs anywhere React runs; on the web, on the server with node.js, or on any other Javascript platform that supports the [Web Fetch API][fetch-api]. |
| 8 | +React Router is a multi-strategy router for React bridging the gap from React 18 to React 19. You can use it maximally as a React framework or minimally as a library with your own architecture. |
9 | 9 |
|
10 |
| -If you're new to React Router, we recommend you start with [the tutorial](https://reactrouter.com/en/main/start/tutorial). |
11 |
| - |
12 |
| -If you're migrating to v6 from v5 (or v4, which is the same as v5), check out [the migration guide](/docs/upgrading/v5.md). If you're migrating from Reach Router, check out [the migration guide for Reach Router](/docs/upgrading/reach.md). If you need to find the code for v5, [it is on the `v5` branch](https://github.com/remix-run/react-router/tree/v5). |
13 |
| - |
14 |
| -Documentation for v6 can be found [on our website](https://reactrouter.com/). |
15 |
| - |
16 |
| -## Contributing |
17 |
| - |
18 |
| -There are many different ways to contribute to React Router's development. If you're interested, check out [our contributing guidelines](CONTRIBUTING.md) to learn how you can get involved. |
| 10 | +- [Getting Started - Framework](https://reactrouter.com/start/framework/installation) |
| 11 | +- [Getting Started - Library](https://react.router.com/start/library/installation) |
| 12 | +- [Upgrade from v6](https://reactrouter.com/upgrading/v6) |
| 13 | +- [Upgrade from Remix](https://reactrouter.com/upgrading/remix) |
| 14 | +- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) |
19 | 15 |
|
20 | 16 | ## Packages
|
21 | 17 |
|
22 |
| -This repository is a monorepo containing the following packages: |
23 |
| - |
24 |
| -- [`@react-router/dev`](/packages/react-router-dev) |
25 |
| -- [`@react-router/express`](/packages/react-router-express) |
26 |
| -- [`@react-router/node`](/packages/react-router-node) |
27 |
| -- [`@react-router/serve`](/packages/react-router-serve) |
28 |
| -- [`react-router`](/packages/react-router) |
29 |
| -- [`react-router-dom`](/packages/react-router-dom) |
30 |
| - |
31 |
| -## Changes |
32 |
| - |
33 |
| -Detailed release notes for a given version can be found [on our releases page](https://github.com/remix-run/react-router/releases). |
34 |
| - |
35 |
| -## Funding |
36 |
| - |
37 |
| -You may provide financial support for this project by donating [via Open Collective](https://opencollective.com/react-router). Thank you for your support! |
38 |
| - |
39 |
| -## About |
| 18 | +- [react-router](./modules/react_router) |
| 19 | +- [@react-router/dev](./modules/_react_router_dev) |
| 20 | +- [@react-router/node](./modules/_react_router_node) |
| 21 | +- [@react-router/cloudflare](./modules/_react_router_cloudflare) |
| 22 | +- [@react-router/serve](./modules/_react_router_serve) |
| 23 | +- [@react-router/fs-routes](./modules/_react_router_fs_routes) |
40 | 24 |
|
41 |
| -React Router is developed and maintained by [Remix Software](https://remix.run) and many [amazing contributors](https://github.com/remix-run/react-router/graphs/contributors). |
| 25 | +## Previous Versions |
42 | 26 |
|
43 |
| -[fetch-api]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API |
| 27 | +- [v6](https://reactrouter.com/v6) |
| 28 | +- [v5](https://v5.reactrouter.com/) |
0 commit comments