router
router copied to clipboard
🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
### Discussed in https://github.com/TanStack/react-location/discussions/243 Originally posted by **GabriFila** March 17, 2022 Hi everyone, loving react-location, I use it for its url-search-related features. I added code-route-splitting. I wanted to add/play with...
**Describe the bug** Currently, the devtools are also displayed in the production build. According to the [documentation](https://react-location.tanstack.com/tools/devtools#import-the-devtools), they should not be displayed. **Version** ```json "@tanstack/react-location": "^3.6.1", "@tanstack/react-location-devtools": "^3.4.4", ``` **Expected...
**Describe the bug** I've been trying react location lite in an SSR setup and hit a minor hurdle which I think is a bug. Routes do not render on the...
**Describe the bug** Sometimes it may be desired/required to have routes defined outside of react-router or the javascript app or they are just not all known to the app. For...
### Describe the bug In the devtools panel, many elements are styled with `0.9em`. Since this is the relative size of the text around it, the effect of this is...
Sometimes we need to use these for example for forwarding the context via https://github.com/pmndrs/drei#usecontextbridge
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The `MatchesProvider` value changes on every render every time the provider is rendered. This causes any component using the `useMatch` or `useMatches` hook to re-render 3 times when navigating. Two...
### Describe the bug Compiler error when I try to build a distribution using typescript & vite ### Your Example Website or App https://github.com/mickdelaney/relay-recoil-post ### Steps to Reproduce the Bug...