-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Insights: TanStack/router
Overview
Could not load contribution data
Please try again later
6 Releases published by 1 person
10 Pull requests merged by 8 people
-
Update static-prerendering.md
#4903 merged
Aug 10, 2025 -
refactor(router-core): strip internal types from public build
#4907 merged
Aug 10, 2025 -
Update getting-started.md
#4909 merged
Aug 10, 2025 -
fix: RELEASE_ALL
#4896 merged
Aug 8, 2025 -
fix: publish package
#4895 merged
Aug 8, 2025 -
docs(router): update links in how-to guides
#4878 merged
Aug 8, 2025 -
feat: restructure query-integration
#4643 merged
Aug 8, 2025 -
fix: do not pre-decodeURI before passing to createMemoryHistory
#4893 merged
Aug 8, 2025 -
chore(examples): remove unnecessary opts.deps to clear confusion
#4879 merged
Aug 8, 2025 -
fix(router-generator): use the tmpDir when genearting a temporary filename
#4882 merged
Aug 7, 2025
12 Pull requests opened by 11 people
-
fix(history): add ignoreBlocker support to go method (#4867)
#4872 opened
Aug 6, 2025 -
docs: update RouteMatch type to include more properties based on Matches.d.ts
#4894 opened
Aug 8, 2025 -
docs(start): Fix Cloudflare Workers hosting links
#4897 opened
Aug 9, 2025 -
docs(start): add Docker with Bun and improved Cloudflare setup for hosting guide
#4898 opened
Aug 9, 2025 -
fix(example): work-os api callback to reflect documentation
#4900 opened
Aug 9, 2025 -
docs(start): add example of how to handle errors using middlewares
#4904 opened
Aug 9, 2025 -
docs(start): Add Railway instructions
#4910 opened
Aug 10, 2025 -
feat(eslint): support the shorter syntax with verboseFileRoutes: false
#4911 opened
Aug 10, 2025 -
fix: server functions reference serialization
#4913 opened
Aug 10, 2025 -
feat: add support for boolean and null literals in code splitter
#4915 opened
Aug 11, 2025 -
refactor(router-core): Reduce navigation work by making some properties non-reactive
#4916 opened
Aug 11, 2025 -
feat: fix useBlocker navigation issues for 404 pages and external URLs
#4917 opened
Aug 11, 2025
15 Issues closed by 6 people
-
Loader SSR serialization returns sparse Arrays when some items are undefined
#3885 closed
Aug 10, 2025 -
file based navigation has inconsistent behaviour compare to the doc
#4905 closed
Aug 10, 2025 -
Throwing in middleware crashes application
#4890 closed
Aug 9, 2025 -
[Docs] Invalid links in Setup Auth Provider page
#4877 closed
Aug 8, 2025 -
`@tanstack/react-router-with-query` only works if `@tanstack/react-start` is installed
#4208 closed
Aug 8, 2025 -
[Start] Encoded URL params cause redirect loop on page refresh
#4514 closed
Aug 8, 2025 -
Inheriting Current Parameters Use params: {} work on run time but get typescript error
#4887 closed
Aug 8, 2025 -
Router loader runs before server entry file
#4883 closed
Aug 8, 2025 -
Bun not defined on router navigation
#4885 closed
Aug 7, 2025 -
Global Middleware not working
#4876 closed
Aug 6, 2025 -
Using `fallback()` in Zod schema breaks type inference in `useSearch` and `navigate`
#4875 closed
Aug 6, 2025 -
`throw redirect` breaks prerender
#4871 closed
Aug 6, 2025 -
TanStack start quick start does not work with `createHashHistory`
#4870 closed
Aug 5, 2025
12 Issues opened by 11 people
-
Link should accept external links
#4901 opened
Aug 9, 2025 -
match.fullPath types include a possible "" route
#4892 opened
Aug 8, 2025 -
Unexpected splitNode type ☝️: BooleanLiteral
#4891 opened
Aug 8, 2025 -
Context is still empty when running the `head()` function.
#4889 opened
Aug 8, 2025 -
[start] Incomplete basepath handling
#4888 opened
Aug 8, 2025 -
useBlocker breaks navigation on 404 page
#4881 opened
Aug 7, 2025 -
Selective Server-Side Rendering shows empty page
#4874 opened
Aug 6, 2025 -
api route not found throws 404
#4873 opened
Aug 6, 2025 -
Tailwind v3 stylesheet disappears after client-side navigation in production SPA build on Vercel
#4868 opened
Aug 4, 2025 -
`history.go` does not respect `ignoreBlocker` option
#4867 opened
Aug 4, 2025
19 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
docs: add info about zod 4
#4823 commented on
Aug 6, 2025 • 9 new comments -
fix(router-core): update ErrorRouteComponent to support generic error type
#4727 commented on
Aug 6, 2025 • 0 new comments -
test: added (currently failing) unit test to reproduce regression introduced in 1.123.2
#4726 commented on
Aug 8, 2025 • 0 new comments -
feat(router-core,history): Global blocking status & proceed/reset actions
#4398 commented on
Aug 8, 2025 • 0 new comments -
chore(deps): update dependency webpack-dev-server to v5.2.1 [security]
#4368 commented on
Aug 8, 2025 • 0 new comments -
test: add e2e test for ssr error handling
#4339 commented on
Aug 8, 2025 • 0 new comments -
feat: use generic default meta tags unless not overridden
#4274 commented on
Aug 8, 2025 • 0 new comments -
feat(start): type level serialization
#4231 commented on
Aug 8, 2025 • 0 new comments -
feat(router): Add useHistoryState hook for type-safe state management
#3967 commented on
Aug 10, 2025 • 0 new comments -
Authentication flow is not working normally with Redux Toolkit and RTK Query
#4768 commented on
Aug 11, 2025 • 0 new comments -
Dependency Dashboard
#1932 commented on
Aug 10, 2025 • 0 new comments -
Zod 4 support for `@tanstack/zod-adapter` (specifically `fallback`)
#4322 commented on
Aug 10, 2025 • 0 new comments -
registerGlobalMiddleware has no effect.
#3869 commented on
Aug 8, 2025 • 0 new comments -
useMatchRoute not updating when using React Compiler
#4499 commented on
Aug 7, 2025 • 0 new comments -
Relative routing to index route does not navigate
#4842 commented on
Aug 7, 2025 • 0 new comments -
Start - Server Function Middleware Included in Client Bundle
#2783 commented on
Aug 6, 2025 • 0 new comments -
How to use CSS Modules with TanStack Start?
#3023 commented on
Aug 5, 2025 • 0 new comments -
Router context invalidate Promise resolve does not invalidate context
#2072 commented on
Aug 5, 2025 • 0 new comments -
Incorrect `preload` & `cause` for the root's `beforeLoad`' arguments when `defaultPreload: "intent"`
#4572 commented on
Aug 4, 2025 • 0 new comments