Skip to content

Foleon/react-router

This branch is 15 commits ahead of, 4154 commits behind remix-run/react-router:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Joost Galama
Apr 3, 2022
2ababef · Apr 3, 2022
Mar 17, 2022
Apr 3, 2022
Apr 3, 2022
Apr 3, 2022
Apr 3, 2022
Nov 10, 2021
Apr 3, 2022
Sep 9, 2021
Nov 1, 2021
Oct 21, 2019
Nov 1, 2021
Apr 3, 2022
Jan 4, 2022
Sep 5, 2021
Jun 24, 2021
Apr 3, 2022
Sep 28, 2021
Apr 3, 2022
Apr 2, 2022
Apr 3, 2022
Feb 22, 2022
Apr 3, 2022
Sep 28, 2021
Feb 22, 2022

Repository files navigation

Note

This router is a quick fix to supports a "." basename. But therefor doesn't allow deepnested pathnames. Supported:

 - "/name"
 - "/path?with=query"
 - "/path?with=query#andHash"

Not supported

 - "/name/another-dir"
 - "/trailing-slash/"

Welcome to React Router · npm package build

React Router is a lightweight, fully-featured routing library for the React 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 getting started guide.

If you're migrating to v6 from v5 (or v4, which is the same as v5), check out the migration guide. If you're migrating from Reach Router, check out the migration guide for Reach Router. If you need to find the code for v5, it is on the v5 branch.

When v6 is stable we will publish the docs on our website.

Contributing

There are many different ways to contribute to React Router's development. If you're interested, check out our contributing guidelines to learn how you can get involved.

Packages

This repository is a monorepo containing the following packages:

Changes

Detailed release notes for a given version can be found on our releases page.

Funding

You may provide financial support for this project by donating via Open Collective. Thank you for your support!

About

React Router is developed and maintained by Remix Software and many amazing contributors.

About

Declarative routing for React

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.4%
  • JavaScript 9.3%
  • Other 0.3%