-
-
Notifications
You must be signed in to change notification settings - Fork 807
Insights: TanStack/router
Overview
Could not load contribution data
Please try again later
20 Releases published by 1 person
-
v1.112.3
published
Mar 2, 2025 -
v1.112.4
published
Mar 2, 2025 -
v1.112.5
published
Mar 2, 2025 -
v1.112.6
published
Mar 2, 2025 -
v1.112.7
published
Mar 4, 2025 -
v1.112.8
published
Mar 4, 2025 -
v1.112.9
published
Mar 4, 2025 -
v1.112.10
published
Mar 4, 2025 -
v1.112.11
published
Mar 4, 2025 -
v1.112.12
published
Mar 4, 2025 -
v1.112.13
published
Mar 4, 2025 -
v1.112.14
published
Mar 5, 2025 -
v1.112.15
published
Mar 5, 2025 -
v1.112.16
published
Mar 5, 2025 -
v1.112.17
published
Mar 6, 2025 -
v1.112.18
published
Mar 6, 2025 -
v1.112.19
published
Mar 7, 2025 -
v1.113.0
published
Mar 7, 2025 -
v1.114.0
published
Mar 8, 2025 -
v1.114.1
published
Mar 8, 2025
37 Pull requests merged by 16 people
-
fix(router-devtools-core) Lazy load panel
#3696 merged
Mar 8, 2025 -
chore(root): labeler script to only consider packages with a
package.json
file#3690 merged
Mar 7, 2025 -
feat(router-generator): disable formatting of routeTree
#3678 merged
Mar 7, 2025 -
chore(examples): add Material UI example
#3677 merged
Mar 7, 2025 -
refactor(router-generator): add internal
__enableAPIRoutesGeneration
flag#3685 merged
Mar 7, 2025 -
chore: replace
<React.Fragment>
by<>
#3672 merged
Mar 6, 2025 -
fix: use
fullPath
asfrom
in Route/RouteApiuseNavigate
#3684 merged
Mar 6, 2025 -
docs: streamline language in quick-start guide for Solid
#3681 merged
Mar 6, 2025 -
chore: add script to bump typescript version and bump it to 5.8
#3618 merged
Mar 6, 2025 -
chore(examples): add authenticated-routes example using firebase
#3669 merged
Mar 6, 2025 -
chore(examples): fix up the
start-trellaux
example#3675 merged
Mar 6, 2025 -
fix: rebuild link if matches change
#3674 merged
Mar 6, 2025 -
fix: use leaf match as
from
if none supplied for<Link>
#3673 merged
Mar 5, 2025 -
fix: use default from in
useNavigate
#3671 merged
Mar 5, 2025 -
docs(start): Add note for verbatimModuleSyntax setting in tsconfig docs
#3670 merged
Mar 5, 2025 -
fix: transform should return null to preserve source maps. Fixes #3661
#3663 merged
Mar 5, 2025 -
Fix CI - Revert "refactor(react-router,solid-router): move redirect to router-core"
#3667 merged
Mar 5, 2025 -
refactor(react-router,solid-router): move redirect to router-core
#3662 merged
Mar 5, 2025 -
fix(react-router): ensure resetScroll works with strict mode on
#3659 merged
Mar 4, 2025 -
refactor(router-core): move AnyRoute and AnyRouter to router-core
#3640 merged
Mar 4, 2025 -
chore: rename method
#3658 merged
Mar 4, 2025 -
fix: solid router crashing with useRouterState
#3651 merged
Mar 4, 2025 -
fix: allow relative
navigate
withoutfrom
#3654 merged
Mar 4, 2025 -
docs(router): add viewTransition docs in NavigateOptionsType
#3652 merged
Mar 4, 2025 -
fix(history):
parseLocation
in createHashHistory to handle search params correctly#3644 merged
Mar 4, 2025 -
fix(react-router,solid-router): prevent crashes if sessionStorage isn't available
#3638 merged
Mar 4, 2025 -
test(tanstack-solid-start-e2e-basic-tsr-config)
#3641 merged
Mar 2, 2025 -
test(react-router) should update title on navigation
#3610 merged
Mar 2, 2025 -
test(react-start): check change to meta tags on client navigation
#3609 merged
Mar 2, 2025 -
Update server-functions.md docs
#3628 merged
Mar 2, 2025 -
refactor(router-devtools): Revert #3631 to ensure backwards compat with react 18
#3637 merged
Mar 2, 2025 -
refactor(router-devtools): Adopt recommendations for React 19
#3631 merged
Mar 2, 2025 -
refactor(router-devtools): have components in separate files like query-devtools
#3629 merged
Mar 2, 2025 -
refactor(router-generator): reduce use of
boolean
to identify file-system routes#3626 merged
Mar 2, 2025 -
docs(start): fix installation script in "build-from-scratch" guide
#3623 merged
Mar 2, 2025 -
test(react-start): make basic-tsr-config test more strict
#3611 merged
Mar 2, 2025
2 Pull requests opened by 2 people
-
feat: add support for `shouldThrow` in RouteApi
#3642 opened
Mar 3, 2025 -
feat(router): add shouldThrow to useRouteContext options
#3647 opened
Mar 3, 2025
31 Issues closed by 6 people
-
start-material-ui example doesn't work
#3693 closed
Mar 8, 2025 -
Document how to use `emotion`/`@mui/material`/`@mui/joy` with Start and SSR
#2867 closed
Mar 7, 2025 -
Cannot run vitest if there's a Link component inside a deeply nested component
#3470 closed
Mar 7, 2025 -
client middleware export causes vite-plugin-tanstack-start-create-server-fn to throw error
#3180 closed
Mar 6, 2025 -
Invalid URL not throwing a 404
#2541 closed
Mar 6, 2025 -
Loader data not type safe when returning an interface
#2987 closed
Mar 6, 2025 -
Infinite redirects when throwing a redirect with `to: '.'`
#2418 closed
Mar 6, 2025 -
Link in parent/layout route with to="." unexpectedly navigates back to parent route
#2988 closed
Mar 6, 2025 -
useNavigate does not work when `from` is passed on hook declaration
#3668 closed
Mar 5, 2025 -
Server only packages leaking into client bundle via tanstack query
#3401 closed
Mar 5, 2025 -
resetScroll={false} does not work
#3408 closed
Mar 4, 2025 -
Server function isn't called, when the response isn't used
#2911 closed
Mar 4, 2025 -
Scaffolding a new router project with NPM Fails (works with Bun)
#2979 closed
Mar 4, 2025 -
Full page reload on search params change
#2689 closed
Mar 4, 2025 -
Relative routing issue
#3436 closed
Mar 4, 2025 -
Nested route component not displayed
#3586 closed
Mar 4, 2025 -
useElementScrollRestoration always returns undefined even with proper data-scroll-restoration-id
#2723 closed
Mar 4, 2025 -
Cannot return Response object directly from beforeLoad & type error
#3613 closed
Mar 4, 2025 -
bug(solid-router): useRouterState break client nav
#3639 closed
Mar 4, 2025 -
Link bug with splat and params.stringify
#3650 closed
Mar 4, 2025 -
The hash history's parseLocation fails to locate search params
#3595 closed
Mar 4, 2025 -
Version 1.98.1 stops working with uncaught SecurityError exception
#3634 closed
Mar 4, 2025 -
Cannot read properties of undefined (reading 'server')
#3645 closed
Mar 3, 2025 -
SSR with `@solidjs/start`
#3521 closed
Mar 3, 2025 -
Request.signal abort event not called for SSE
#3635 closed
Mar 2, 2025 -
Context type inference on createRouter is not working
#3633 closed
Mar 2, 2025 -
e2e/react-start/basic-tsr-config: test pass despite suite is broken
#3597 closed
Mar 2, 2025
11 Issues opened by 11 people
-
Calling a method with the name handler inside a server function causes the app to crash.
#3698 opened
Mar 8, 2025 -
Incorrect responseType for fn returned from createServerFn
#3697 opened
Mar 8, 2025 -
Browser extension causes Hydration Error
#3689 opened
Mar 7, 2025 -
Scripts not loading properly (Document Head Management)
#3687 opened
Mar 7, 2025 -
Functional Search Setter causes type error when using ValidateLinkOptions
#3683 opened
Mar 6, 2025 -
scrollRestoration not working the first time
#3680 opened
Mar 6, 2025 -
Match cause is 'stay' when entering a path with encoded URI
#3660 opened
Mar 5, 2025 -
Route head function not called if rendering notFoundComponent
#3657 opened
Mar 4, 2025 -
Search Params plus and whitespace issue
#3655 opened
Mar 4, 2025
38 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.
-
feat: provide location in onEnter/onStay/onLeave hooks
#3622 commented on
Mar 4, 2025 • 2 new comments -
Build with nitro preset 'bun' serves all static assets with a 404
#3475 commented on
Mar 6, 2025 • 0 new comments -
Vite Router Plugin generates routeTree.gen.ts with imports using .tsx instead of .js for esm module
#3221 commented on
Mar 6, 2025 • 0 new comments -
Internal server error: createServerFn must be assigned to a variable
#3200 commented on
Mar 6, 2025 • 0 new comments -
Weird typings in server functions
#2950 commented on
Mar 7, 2025 • 0 new comments -
Possible bug with middleware typings
#3060 commented on
Mar 7, 2025 • 0 new comments -
routeTree generation breaks when using different root in vite config
#3624 commented on
Mar 7, 2025 • 0 new comments -
`UseLinkReactProps` typed incorrectly
#3566 commented on
Mar 7, 2025 • 0 new comments -
Flash of unstyled content with Mantine & mismatched initial UI
#2589 commented on
Mar 7, 2025 • 0 new comments -
server-only Module Causes Build Failure in Development Mode (Inconsistent Behavior Between Development and Production Builds)
#1967 commented on
Mar 8, 2025 • 0 new comments -
pending component is not shown when navigating to the route which does not have `beforeLoad` or `loader` functions
#3556 commented on
Mar 8, 2025 • 0 new comments -
Lazy loaded components not showing fallback UI
#2320 commented on
Mar 8, 2025 • 0 new comments -
Dependency Dashboard
#1932 commented on
Mar 8, 2025 • 0 new comments -
Make react router as peer dep instead of dependency
#3001 commented on
Mar 5, 2025 • 0 new comments -
Mocked example of Link without "from" behavior change
#3106 commented on
Mar 6, 2025 • 0 new comments -
chore(deps): update all non-major dependencies
#3456 commented on
Mar 8, 2025 • 0 new comments -
feat(react-start-api-routes): Write the matched route path as unenumerable to request object
#3607 commented on
Mar 3, 2025 • 0 new comments -
chore(deps): lock file maintenance
#3615 commented on
Mar 8, 2025 • 0 new comments -
Create file route without path
#3617 commented on
Mar 3, 2025 • 0 new comments -
`cause` uses cached match in beforeLoad and loader functions
#3179 commented on
Mar 2, 2025 • 0 new comments -
Empty context with parent / child `beforeLoad`, `loader` and `validateSearch`
#3578 commented on
Mar 2, 2025 • 0 new comments -
shouldThrow option for useParams not working
#3482 commented on
Mar 2, 2025 • 0 new comments -
Tanstack start: router context is coming out null
#3002 commented on
Mar 3, 2025 • 0 new comments -
TanStack Start and React 19 Metadata Tags
#3050 commented on
Mar 4, 2025 • 0 new comments -
"Hard" navigations to routes prefixed with /api result in 404 error
#3488 commented on
Mar 4, 2025 • 0 new comments -
Cloudflare Env Vars Not Passed to SSR in TanStack Start
#3468 commented on
Mar 4, 2025 • 0 new comments -
How to use CSS Modules with TanStack Start?
#3023 commented on
Mar 4, 2025 • 0 new comments -
No config or fetch resource option for server function on client to proxy to server function on server.
#3411 commented on
Mar 4, 2025 • 0 new comments -
Bun build crashes on page reload
#3227 commented on
Mar 4, 2025 • 0 new comments -
Router searchParameter gets reset to default value (of zod schema) after navigations (and using retainSearchParams)
#2845 commented on
Mar 5, 2025 • 0 new comments -
Default search becomes empty object when used in `search`
#2799 commented on
Mar 5, 2025 • 0 new comments -
Hydration error / mismatch when throwing errors from beforeLoad
#3612 commented on
Mar 5, 2025 • 0 new comments -
Code Splitting Issues with TanStack Start and Cloudflare Pages Deployment (Side Effect)
#3433 commented on
Mar 5, 2025 • 0 new comments -
`Route.to`: mismatched value and type for `index` routes
#3005 commented on
Mar 6, 2025 • 0 new comments -
route sends headers before async onBeforeLoad event handler resolves
#2837 commented on
Mar 6, 2025 • 0 new comments -
Error thrown from `beforeLoad` and handled through `errorComponent` is ignored on initial request
#3462 commented on
Mar 6, 2025 • 0 new comments -
Server Fn Signal and API route (request.signal) does not actually fire 'abort' event.
#3490 commented on
Mar 6, 2025 • 0 new comments -
Vite dev server fails to serve over http2 with ssl enabled
#3621 commented on
Mar 6, 2025 • 0 new comments