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

Declarative routing for React

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

In order for React Router transitions to compose with React 19 transitions we need to expose the promises from all of our transition functions: ```tsx navigate() submit() fetcher.submit() fetcher.load() revalidator.revalidate()...

v7

- Discussion: https://github.com/remix-run/remix/discussions/8048 We have a lot more design stuff to write up beyond the discussion.

v7

### What version of React Router are you using? 6.20.1 ### Steps to Reproduce I'm using the useRoutes hook from 'react-router-dom' for the creation of my Router ```js export default...

bug

TODO: - [x] Opt-in Remix-style file conventions - [x] Support using multiple routing strategies in parallel - [x] vite-node to improve error messages when parsing routes code - [ ]...

CLA Signed
v7

Now that we don't have any more known features going in the 6.x release line (short of deprecation warnings, and stabilizing some flags), we can merge `v7` to `dev` and...

CLA Signed

The current implementation of useLocation does not allow for state type to be passed as a generic to Location return type. By just passing a simple generic we can safely...

CLA Signed

### What version of React Router are you using? 6.22.3 ### Steps to Reproduce 1. Navigate to a page and add a hash to the url 2. Call setSearchParams to...

bug

These exports only existed for remix-react to call into @remix-run/router, but now that it's the same package we don't need to export those internals

v7