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.
fix word in search-params.md
### Describe the bug adding basepath to the router causes all routes to not match at all. Also in the basic stackblitz example, the index route does not match even...
### Describe the bug The fuzzy option does not seem to be available in tanstack router. Something like this will throw a type error and does not work during runtime...
### Describe the bug After upgrading to beta.25 all uses of `navigate({ search })` now results in the following TS error: ``` Type 'any' is not assignable to type 'never'....
These examples import the "@tanstack/react-router" into a preact project thanks to "@preact/preset-vite" that is doing preact/compat under the hood The code was extracted from the react examples with the react...
### Describe the bug I have a router like this ```js export const router = createReactRouter({ routeConfig: createRouteConfig().createChildren(createRoute => [ createRoute({ path: '/', component: Home, }), createRoute({ path: 'collections', //...
**This is a work in progress.** This is a draft version of Preact adapter. I used the react adapter as a base and replaced all React features with Preact equivalents....