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 I installed Mantine in a new Router/Start app and noticed the `script` that's rendered by Mantine's [`ColorSchemeScript` component](https://github.com/mantinedev/mantine/blob/master/packages/%40mantine/core/src/core/MantineProvider/ColorSchemeScript/ColorSchemeScript.tsx) is being injected into both the `head` and...
### Describe the bug When I change url params on page via navigate like this ```ts const router = useRouter() const handleButtonClick = (pageNumber: number) => { router.navigate({ search: {...
### Describe the bug Using the start-basic example, when you try to the build script it fails. ### Your Example Website or App Use the start-basic example ### Steps to...
Custom StackBlitz dev command that uses a shared backend. This makes https://tanstack.com/router/v1/docs/framework/react/examples/start-convex-trellaux usable. Clear this shared table every 20 minutes.
### Which project does this relate to? Router ### Describe the bug After calling `router.invalidate()`, any `throw redirect()`'s in `loader` functions will not redirect correctly. ### Your Example Website or...
This PR implements [Standard Schema](https://github.com/standard-schema/standard-schema) in router core. Currently only valibot implements this but the intention is for all validation libraries to implement it. Which means we don't need to...
Hi, Iām implementing lazy loading with TanStack Router in my React application. Iām facing an issue with a small delay in rendering the component after the URL gets updated. Ideally,...
### Which project does this relate to? Router ### Describe the bug It shows the top of the page then restore the scroll positions. This causes flickering. ### Your Example...
### Which project does this relate to? Start ### Describe the bug I am working on a project using the [Mantine component library](https://mantine.dev/getting-started/) and am trying out Start. I have...
### Which project does this relate to? Start ### Describe the bug I can not understand how to customize the app folder in tanstack start. I tried customizing my app.config...