react-router
react-router copied to clipboard
Declarative routing for React
### What version of React Router are you using? 6.22.1 ### Steps to Reproduce I really, really wish I could offer a simple reproduction, but I can't, since this only...
Minor updates to do some local testing of the changesets flow. With these changes you can: ```sh # Enter prerelease mode and commit changes pnpm exec changeset pre enter pre...
### What version of React Router are you using? 5.3.4 (but the same happens on v6) ### Steps to Reproduce Hey, After upgrading to `react@18`, we started noticing unexpected renders...
### Describe what's incorrect/missing in the documentation The docs for [shouldRevalidate](https://reactrouter.com/en/main/route/should-revalidate) only mention the case for opting out of data revalidation. From my investigation and testing it also supports the...
### Describe what's incorrect/missing in the documentation Looking at https://reactrouter.com/en/main/hooks/use-search-params, one may think that to update one param while keeping the others, one can do: const [searchParams, setSearchParams] = useSearchParams()...
### What version of React Router are you using? 6.22.3 ### Steps to Reproduce Create a React project with Vite Install react-router-dom Implement a HashRouter in main.jsx Build an HTML...