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 is the new or updated feature that you are suggesting? I think it would be interesting to have a generic Outlet component. Currently, we can use a context...

feature

### What version of React Router are you using? v6 ### Steps to Reproduce - Use HashRouter - Define routes ```js ``` - Go to some page `/questions/abc` - On...

bug

### What is the new or updated feature that you are suggesting? I just migrated from v5 to v6. Everything went well except that `Link`'s state was no longer working....

feature

### What version of React Router are you using? 6.3.0 ### Steps to Reproduce The new version of react-router-dom, mainly the release 6.3.0, does not launch the application on the...

bug

### What is the new or updated feature that you are suggesting? Add invariant if history is not passed to HistoryRouter ### Why should this feature be included? Currently, using...

feature

### What version of React Router are you using? 6.3.0 ### Steps to Reproduce Create a component with routing and use it as a Layout Route at the top of...

bug

### What version of React Router are you using? 6.2.2 ### Steps to Reproduce Construct a Link like this ``` Show Modal ``` ### Expected Behavior With this link, I'm...

bug

### What is the new or updated feature that you are suggesting? Hi! Congrats on shipping v6. I've been looking at the changes to SSR strategy, namely the removal of...

feature

### What is the new or updated feature that you are suggesting? I want to be able to use the output of `useRoutes` nested as a child of the ``...

feature

### What is the new or updated feature that you are suggesting? In the documentation about `Navigate` component (https://reactrouter.com/docs/en/v6/api#navigate) and `useNavigate` (https://reactrouter.com/docs/en/v6/api#usenavigate) hook, a exhaustive explanation about the `state` option...

docs