Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ useReactiveRoute
Function
useReactiveRoute
frontend/src/react/hooks/useReactiveRoute.ts:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
* `@/react/router` shim.
21
*/
22
export
const
useReactiveRoute = (): ReactRoute => {
23
return
useSyncExternalStore(subscribe, getSnapshot, getSnapshot);
24
};
Callers
3
GutterBar
Function · 0.90
ContainerChooser
Function · 0.90
SchemaChooser
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected