react-router
react-router copied to clipboard
Declarative routing for React
### 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...
### What version of React Router are you using? v6 ### Steps to Reproduce - Use HashRouter - Define routes ```js ``` - Go to some page `/questions/abc` - On...
### 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....
### 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...
### 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...
### 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...
### 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...
### 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...
### 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 ``...
### 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...