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.
### Describe the bug Looks like `Action.submit` is missing `undefined` in return type. Route def: ``` export const ProjectsRoute = root.createRoute({ path: "/", validateSearch: listProjectsInput, loader: ({ search }) =>...
The current link to `https://tanstack.com/router/v1/docs/api/core` results in a 404 so I created a `core.md` file in `docs/api`. I had a few other questions as well about overall documentation contributions. ##...
* Added Navigation component to react-router * Added Navigation component to kitchen-sink example using existing layouts pages.
I wasn't sure if this is exactly the correct way to fix it, but I couldn't find easy docs on how the docs are getting generated. I believe the correct...
### Describe the bug Using a controlled input with URL search params yields infinite re-renders / stale search params value when updating via `navigate({ search: { param: newValue } })`...
### Describe the bug With preSearchFilter specified, accessing route directly via URL doesn't add specified search params to the URL / search state. When navigating to the route that's supposed...
### Describe the bug Currently the router always adds a trailing slash to the basepath. So if you are at `mysite.com/page/one` with `basepath: '/page/one'` and you try to use `navigate`...
### Describe the bug when creating my app with hash history instead of browser history I would expect a rendered `Link` component to href to `#/about` for example but instead...
This is a work in progress for Docs, I would like to add definitions and examples for the APIs and components. something similar to react-router docs, so it's easier to...