Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/router
/ navigate
Function
navigate
benchmarks/client-nav/vue/setup.ts:32–36 ·
view source on GitHub ↗
(opts: NavigateOptions)
Source
from the content-addressed store, hash-verified
30
})
31
32
const
navigate = (opts: NavigateOptions) =>
33
new
Promise<void>((resolveNext) => {
34
resolveRendered = resolveNext
35
router.navigate(opts)
36
})
37
38
next = () => {
39
const
nextId = id++
Callers
15
before
Function · 0.70
useNavigate
Function · 0.50
Navigate
Function · 0.50
routeContext.test.tsx
File · 0.50
setup
Function · 0.50
IndexComponent
Function · 0.50
PostsIndexComponent
Function · 0.50
PostComponent
Function · 0.50
DetailsComponent
Function · 0.50
setupRouter
Function · 0.50
PostsComponent
Function · 0.50
setModal
Function · 0.50
Calls
no outgoing calls
Tested by
15
setup
Function · 0.40
IndexComponent
Function · 0.40
PostsIndexComponent
Function · 0.40
PostComponent
Function · 0.40
DetailsComponent
Function · 0.40
setupRouter
Function · 0.40
PostsComponent
Function · 0.40
setModal
Function · 0.40
PostDetailComponent
Function · 0.40
IndexComponent
Function · 0.40
setup
Function · 0.40
Component
Function · 0.40