-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Insights: TanStack/router
Overview
Could not load contribution data
Please try again later
12 Releases published by 1 person
-
v1.121.26
published
Jun 18, 2025 -
v1.121.27
published
Jun 19, 2025 -
v1.121.28
published
Jun 19, 2025 -
v1.121.29
published
Jun 20, 2025 -
v1.121.30
published
Jun 20, 2025 -
v1.121.31
published
Jun 20, 2025 -
v1.121.32
published
Jun 21, 2025 -
v1.121.33
published
Jun 22, 2025 -
v1.121.34
published
Jun 23, 2025 -
v1.121.35
published
Jun 24, 2025 -
v1.121.36
published
Jun 25, 2025 -
v1.121.37
published
Jun 25, 2025
26 Pull requests merged by 13 people
-
fix: preserve file owner and permissions when rewriting file in generator
#4522 merged
Jun 25, 2025 -
fix: only invalidate virtual server function manifest module in server env
#4521 merged
Jun 25, 2025 -
Fix typo in hosting.md
#4512 merged
Jun 25, 2025 -
Fix typo in file-based-routing.md
#4511 merged
Jun 25, 2025 -
fix: use joinURL for entry routes in manifests
#4508 merged
Jun 24, 2025 -
fix: fix SSR page on the React Start docs returns 404.
#4505 merged
Jun 24, 2025 -
fix: move beforeLoad property before head property when creating route
#4504 merged
Jun 24, 2025 -
refactor(history): use
TSR_key
namespace in state for hash#4356 merged
Jun 23, 2025 -
Update routing-concepts.md
#4355 merged
Jun 23, 2025 -
examples: improve code quality of start-supabase-basic
#4494 merged
Jun 22, 2025 -
fix: navigation respects basepath when no
to
was given#4472 merged
Jun 22, 2025 -
fix typos and wrong paths in server-routes.md
#4461 merged
Jun 22, 2025 -
Added missing triple-slash directive for css imports
#4498 merged
Jun 21, 2025 -
fix: server routes handle per verb middlewares
#4491 merged
Jun 21, 2025 -
fix: use plugin hook filers
#4489 merged
Jun 20, 2025 -
fix: ensure early hydration in prod build
#4488 merged
Jun 20, 2025 -
examples: remove unnecessary awaits in start-supabase-basic example
#4485 merged
Jun 20, 2025 -
fix: provide dummy server function manifest to client env
#4482 merged
Jun 20, 2025 -
fix: add id filter to transform to avoid matching .html on rspack/webpack
#4483 merged
Jun 20, 2025 -
docs: use correct syntax for createFileRoute
#4470 merged
Jun 20, 2025 -
Update server-routes.md
#4477 merged
Jun 20, 2025 -
fix: server function fixes
#4474 merged
Jun 19, 2025 -
fix: export RedirectOptions type
#4468 merged
Jun 19, 2025 -
tests: wait for scripts route to be loaded before evaluating script
#4465 merged
Jun 19, 2025 -
fix: simplify server function handling
#4464 merged
Jun 18, 2025 -
fix: make root server route aware of it being the root
#4463 merged
Jun 18, 2025
5 Pull requests opened by 4 people
-
Freeze namespace versions at the time of publishing
#4475 opened
Jun 19, 2025 -
Refactor: Move core SSR functions into its own packages
#4495 opened
Jun 21, 2025 -
Fix: Preserve cached data during concurrent navigation and refetch
#4513 opened
Jun 25, 2025 -
Fix: Improve TypeScript Type Safety for Search Params
#4515 opened
Jun 25, 2025 -
fix(client): follow server redirects consistently
#4519 opened
Jun 25, 2025
17 Issues closed by 3 people
-
Vite plugin overrides route file owner (and possibly permissions) on edit
#4510 closed
Jun 25, 2025 -
params.parse type inference not working
#4502 closed
Jun 24, 2025 -
SSR page returns 404
#4454 closed
Jun 24, 2025 -
useNavigate() with absolute paths strips basepath during navigation in v1.121.21
#4471 closed
Jun 22, 2025 -
Wrong destination path calculated on navigation when "basepath" is set for Router
#4401 closed
Jun 22, 2025 -
location.href.search params Long integer value overflow
#4496 closed
Jun 21, 2025 -
Issues with creating API endpoint with different middleware for GET and POST
#4490 closed
Jun 21, 2025 -
quickstart-webpack-file-based demo Can‘t run
#4481 closed
Jun 20, 2025 -
[tanstack router docs] path option missing from createFileRoute functions in docs
#4372 closed
Jun 20, 2025 -
Parent context becomes undefined when child validateSearch fails and changes params
#3170 closed
Jun 19, 2025 -
vinxi/routes page reload behavior on first hover preloading link
#3279 closed
Jun 19, 2025 -
Start - allow custom status code on initial SSR request
#3738 closed
Jun 18, 2025 -
Redirect support in Server Functions for form actions
#3820 closed
Jun 18, 2025 -
<Link> Element to Static Route Hits Route Loader Dynamically Anyway
#3958 closed
Jun 18, 2025 -
Could not load tsr:routes-manifest (property imports is undefined on ViteManifest
#3988 closed
Jun 18, 2025 -
`context` is empty in `loader` when queryParams has object serialized in different property order
#4077 closed
Jun 18, 2025
19 Issues opened by 19 people
-
Error: The split value for the virtual route "[...]/~start/server-entry" was not found
#4518 opened
Jun 25, 2025 -
`AbortError: signal is aborted without reason` is bubbling up when using loader with basepath
#4517 opened
Jun 25, 2025 -
Tanstack routers 1.121 breaks @module-federation/vite in vite react project
#4516 opened
Jun 25, 2025 -
[Start] Encoded URL params cause redirect loop on page refresh
#4514 opened
Jun 25, 2025 -
[router] ValidateLinkOptions doesn't work for relative routes
#4507 opened
Jun 23, 2025 -
Start: Hosting page is outdated
#4500 opened
Jun 22, 2025 -
useMatchRoute not updating when using React Compiler
#4499 opened
Jun 22, 2025 -
createRootRoute is not detected if exported via `export { Route }` instead of `export const Route`
#4487 opened
Jun 20, 2025 -
Server function module export not resolved for serverFn (probably some race condition)
#4486 opened
Jun 20, 2025 -
TanStackRouterDevtools adds visible delay when clicking on links - Firefox
#4484 opened
Jun 20, 2025 -
Server route incorrect matching can break middleware
#4479 opened
Jun 20, 2025 -
Tanstack Router (with Tanstack Query) throws CancelledError when navigating between pages
#4476 opened
Jun 19, 2025 -
Start: Full support by `@cloudflare/vite-plugin`
#4473 opened
Jun 19, 2025 -
Absolute paths get included in the build artifacts (files)
#4469 opened
Jun 19, 2025 -
Router defaultPendingComponent Not effective(version:1.121.24)
#4467 opened
Jun 19, 2025 -
Using the router-plugin in rsbuild will cause the failure of static resource loading.
#4466 opened
Jun 19, 2025 -
server routes with a `.ts` extension gets the wrong boilerplate while creating the file.
#4462 opened
Jun 18, 2025
24 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.
-
fix(router-core): Pathless Layout Route Renders Empty HTML
#4003 commented on
Jun 23, 2025 • 10 new comments -
feat(router): Add useHistoryState hook for type-safe state management
#3967 commented on
Jun 25, 2025 • 4 new comments -
chore(examples): Use Clerk devinxi version
#4392 commented on
Jun 24, 2025 • 0 new comments -
chore(deps): update dependency webpack-dev-server to v5.2.1 [security]
#4368 commented on
Jun 22, 2025 • 0 new comments -
chore: add css flicker notice > migrate-from-next-js.md
#4288 commented on
Jun 22, 2025 • 0 new comments -
chore(deps): lock file maintenance
#3615 commented on
Jun 23, 2025 • 0 new comments -
chore(deps): update all non-major dependencies
#3456 commented on
Jun 23, 2025 • 0 new comments -
Dependency Dashboard
#1932 commented on
Jun 25, 2025 • 0 new comments -
Route match warnings (main/devinxi)
#4284 commented on
Jun 25, 2025 • 0 new comments -
Error "Invariant failed: Could not find match for from" when layout + file-based routing is used
#4010 commented on
Jun 25, 2025 • 0 new comments -
Calling serverFn with large data results in error
#3974 commented on
Jun 25, 2025 • 0 new comments -
registerGlobalMiddleware has no effect.
#3869 commented on
Jun 25, 2025 • 0 new comments -
Start: SSR context loss due to dependency externalization
#4409 commented on
Jun 24, 2025 • 0 new comments -
Start: Cloudflare worker deploy error after migration
#4400 commented on
Jun 24, 2025 • 0 new comments -
Hydration mismatch errors in linked stylesheets.
#3306 commented on
Jun 24, 2025 • 0 new comments -
Start: Custom Nitro config, post vinxi→vite migration
#4404 commented on
Jun 23, 2025 • 0 new comments -
validateSearch transformations are ran twice and url query params are not in sync with useSearch result
#2878 commented on
Jun 23, 2025 • 0 new comments -
binding cloudflare undefined
#4017 commented on
Jun 22, 2025 • 0 new comments -
Static Prerendering in 1.121
#4369 commented on
Jun 21, 2025 • 0 new comments -
Can't redirect in server functions with middleware
#4460 commented on
Jun 21, 2025 • 0 new comments -
Loader SSR serialization returns sparse Arrays when some items are undefined
#3885 commented on
Jun 20, 2025 • 0 new comments -
Start: Invalid lazy handler result and v1.121.0 migration failing
#4431 commented on
Jun 20, 2025 • 0 new comments -
add`@vitejs/plugin-legacy`,build error
#3904 commented on
Jun 20, 2025 • 0 new comments -
autoCodeSplitting on Rsbuild breaks source maps
#3828 commented on
Jun 19, 2025 • 0 new comments