react-router icon indicating copy to clipboard operation
react-router copied to clipboard

Declarative routing for React

Results 416 react-router issues
Sort by recently updated
recently updated
newest added

### What version of React Router are you using? 6.8.0 ### Steps to Reproduce I am using `createBrowserRouter` to prohibit certain calls from happening, and when I do ``` const...

bug

Discussed in https://github.com/remix-run/react-router/discussions/9687 - Not just `match` but other stuff like `navigate`, `location` etc. (hash out what comes in there with the RFC) - Should be able to get full...

🗺 Roadmap

Replaced a small typo I noticed while copy pasting the example.

CLA Signed

This change allows users to override the base `matchPath` used by the `Routes` component. This will allow people to progressively migrate from the removal of validators and regex on paths...

CLA Signed

### What version of React Router are you using? 6.23.0 ### Steps to Reproduce Hi there! I am using the context, in order to set up clues of navigation direction...

bug

Documentation tells us we can use callbacks to utilize various NavLink states ```js import { NavLink } from "react-router-dom"; isPending ? "pending" : isActive ? "active" : "" } >...

CLA Signed

Now that [vite-env-only](https://github.com/pcattori/vite-env-only) supports `denyImports` and `denyFiles`, we can remove this non-routing concern from our Vite plugin and allow consumers to control it separately. However, similar to [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths), I think...

CLA Signed

CLA Signed
v7

### What version of React Router are you using? 6.22.3 ### Steps to Reproduce Open - [demo](https://gm4tx8.csb.app) or [demo with source code](https://codesandbox.io/p/sandbox/goofy-neumann-gm4tx8?file=%2Fsrc%2Findex.js%3A82%2C39-82%2C51) Click - "FetcherWithKey" Click - "Load fetcher" two...

bug