# react-router **Repository Path**: mirrors_simPod/react-router ## Basic Information - **Project Name**: react-router - **Description**: Declarative routing for React - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to React Router · [![npm package][npm-badge]][npm] [![build][build-badge]][build] [npm-badge]: https://img.shields.io/npm/v/react-router-dom.svg?style=flat-square [npm]: https://www.npmjs.org/package/react-router-dom [build-badge]: https://img.shields.io/github/actions/workflow/status/remix-run/react-router/test.yml?branch=dev&style=square [build]: https://github.com/remix-run/react-router/actions/workflows/test.yml React Router is a lightweight, fully-featured routing library for the [React](https://reactjs.org) JavaScript library. React Router runs everywhere that React runs; on the web, on the server (using node.js), and on React Native. If you're new to React Router, we recommend you start with [the tutorial](https://reactrouter.com/en/main/start/tutorial). 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). Documentation for v6 can be found [on our website](https://reactrouter.com/). ## Contributing 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. ## Packages This repository is a monorepo containing the following packages: - [`react-router`](/packages/react-router) - [`react-router-dom`](/packages/react-router-dom) - [`react-router-native`](/packages/react-router-native) ## Changes Detailed release notes for a given version can be found [on our releases page](https://github.com/remix-run/react-router/releases). ## Funding You may provide financial support for this project by donating [via Open Collective](https://opencollective.com/react-router). Thank you for your support! ## About 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).