MCPcopy Create free account

hub / github.com/code-forge-io/react-router-devtools / functions

Functions749 in github.com/code-forge-io/react-router-devtools

↓ 1 callersFunctiontransform
(ast: ParseResult<Babel.File>, routeId: string)
packages/react-router-devtools/src/vite/utils/inject-context.ts:10
↓ 1 callersFunctiontransform
* Transform the AST to add type annotations to React Router exports
packages/react-router-devtools/src/vite/utils/codegen.ts:122
↓ 1 callersFunctiontryParseJson
(json: string | null)
packages/react-router-devtools/src/client/utils/sanitize.ts:42
↓ 1 callersFunctionupdateWidth
()
packages/react-router-devtools/src/client/components/network-tracer/NetworkPanel.tsx:17
↓ 1 callersFunctionuseActiveHeadingId
(selector = "h2[id], h3[id], h4[id]")
docs/app/hooks/use-active-heading-id.ts:5
↓ 1 callersFunctionuseButtonStyles
(isSelected: boolean)
docs/app/components/command-k/components/search-result.tsx:68
↓ 1 callersFunctionuseDebounce
(value: T, delay = 250)
docs/app/components/command-k/hooks/use-debounce.ts:3
↓ 1 callersFunctionuseEnhancedTo
({ language, to, keepSearchParams, }: { language?: Language; to: To; keepSearchParams?: boolean })
docs/app/components/link/useEnhancedTo.ts:30
↓ 1 callersFunctionuseExpands
()
packages/react-router-devtools/src/external/react-json-view/store/Expands.tsx:24
↓ 1 callersFunctionuseExpandsDispatch
()
packages/react-router-devtools/src/external/react-json-view/store/Expands.tsx:28
↓ 1 callersFunctionuseFindRouteOutlets
()
packages/react-router-devtools/src/client/hooks/useReactTreeListeners.ts:6
↓ 1 callersFunctionuseFuzzySearch
(items: SearchRecord[], query: string, options?: FuzzySearchOptions)
docs/app/components/command-k/hooks/use-fuzzy-search.ts:46
↓ 1 callersFunctionuseHighlight
({ value, highlightUpdates, highlightContainer }: UseHighlight)
packages/react-router-devtools/src/external/react-json-view/utils/useHighlight.tsx:18
↓ 1 callersFunctionuseHorizontalScroll
()
packages/react-router-devtools/src/client/hooks/useHorizontalScroll.ts:3
↓ 1 callersFunctionuseHydrated
()
packages/react-router-devtools/src/client/embedded-dev-tools.tsx:52
↓ 1 callersFunctionuseKeyboardNavigation
({ isOpen, results, onSelect, onClose, onToggle }: UseKeyboardNavigationProps)
docs/app/components/command-k/hooks/use-keyboard-navigation.ts:21
↓ 1 callersFunctionuseMobileView
(breakpoint = 1280)
docs/app/hooks/use-mobile-view.ts:7
↓ 1 callersFunctionuseModalState
(controlledIsOpen?: boolean, onOpenChange?: (open: boolean) => void)
docs/app/components/command-k/hooks/use-modal-state.ts:3
↓ 1 callersFunctionusePrevious
(value: T)
packages/react-router-devtools/src/external/react-json-view/utils/useHighlight.tsx:3
↓ 1 callersFunctionusePreviousNextPages
(sidebarTree: SidebarTree)
docs/app/hooks/use-previous-next-pages.ts:22
↓ 1 callersFunctionuseScrollLock
(isActive: boolean)
docs/app/hooks/use-scroll-lock.ts:7
↓ 1 callersFunctionuseSearch
({ version }: { version: Version })
docs/app/components/command-k/hooks/use-search.ts:30
↓ 1 callersFunctionuseSearchHistory
(version: string)
docs/app/components/command-k/hooks/use-search-history.ts:13
↓ 1 callersFunctionuseSection
()
packages/react-router-devtools/src/external/react-json-view/store/Section.tsx:84
↓ 1 callersFunctionuseSectionDispatch
()
packages/react-router-devtools/src/external/react-json-view/store/Section.tsx:88
↓ 1 callersFunctionuseSetRouteBoundaries
()
packages/react-router-devtools/src/client/hooks/useSetRouteBoundaries.ts:8
↓ 1 callersFunctionuseShowTools
()
packages/react-router-devtools/src/external/react-json-view/store/ShowTools.tsx:21
↓ 1 callersFunctionuseShowToolsStore
()
packages/react-router-devtools/src/external/react-json-view/store/ShowTools.tsx:14
↓ 1 callersFunctionuseSymbols
()
packages/react-router-devtools/src/external/react-json-view/store/Symbols.tsx:115
↓ 1 callersFunctionuseSymbolsDispatch
()
packages/react-router-devtools/src/external/react-json-view/store/Symbols.tsx:119
↓ 1 callersFunctionuseTimelineHandler
()
packages/react-router-devtools/src/client/hooks/useTimelineHandler.ts:54
↓ 1 callersFunctionuseTypes
()
packages/react-router-devtools/src/external/react-json-view/store/Types.tsx:170
↓ 1 callersFunctionuseTypesDispatch
()
packages/react-router-devtools/src/external/react-json-view/store/Types.tsx:174
↓ 1 callersFunctionuserSomething
()
test-apps/react-router-vite/app/modules/user.server.ts:1
↓ 1 callersFunctionwalk
(section: SidebarSection, acc: string[])
docs/app/components/sidebar/build-breadcrumbs.ts:21
↓ 1 callersFunctionwithViteDevTools
( // biome-ignore lint/suspicious/noExplicitAny: we don't know or care about props type Component: any,
packages/react-router-devtools/src/client/init/root.tsx:23
FunctionAccordion
({ children, className }: AccordionProps)
docs/app/ui/accordion.tsx:109
FunctionAccordionContent
({ isOpen, children }: { isOpen: boolean; children: ReactNode })
docs/app/ui/accordion.tsx:19
FunctionAccordionItem
({ title, titleElement, titleClassName, content, defaultOpen = false, }: AccordionItemProps)
docs/app/ui/accordion.tsx:59
FunctionAlert
({ children, title, variant, className = "" }: AlertProps)
docs/app/ui/alert.tsx:13
FunctionAnchor
(props: ComponentPropsWithoutRef<"a">)
docs/app/ui/anchor-tag.tsx:4
FunctionApp
({ loaderData }: Route.ComponentProps)
docs/app/root.tsx:40
FunctionApp
()
test-apps/custom-server/app/root.tsx:44
FunctionApp
()
test-apps/react-router-vite/app/root.tsx:79
FunctionApp
(args: Route.ComponentProps)
test-apps/react-router-vite/app/routes/_layout.tsx:12
FunctionArrow
(props: SymbolsElement<TagType>)
packages/react-router-devtools/src/external/react-json-view/symbol/Arrow.tsx:5
FunctionArrow
(props: SymbolsElement<T> & { expandKey: string })
packages/react-router-devtools/src/external/react-json-view/symbol/index.tsx:43
FunctionArrowFunctionExpression
(path)
packages/react-router-devtools/src/vite/utils/inject-source.ts:144
FunctionBackdrop
({ onClose, className }: { onClose: () => void, className?: string })
docs/app/components/backdrop.tsx:3
FunctionBackgroundGradient
({ children, className, containerClassName, animate = true, }: { children?: React.ReactNode className?:
docs/app/components/ui/background-gradient.tsx:5
FunctionBigint
(props: TypesElement<K>)
packages/react-router-devtools/src/external/react-json-view/types/Bigint.tsx:4
FunctionBraceLeft
(props: SymbolsElement<TagType>)
packages/react-router-devtools/src/external/react-json-view/symbol/BraceLeft.tsx:5
FunctionBraceRight
(props: SymbolsElement<TagType>)
packages/react-router-devtools/src/external/react-json-view/symbol/BraceRight.tsx:5
FunctionBracketsClose
({ isBrackets, isVisiable }: BracketsCloseProps)
packages/react-router-devtools/src/external/react-json-view/symbol/index.tsx:87
FunctionBracketsLeft
(props: SymbolsElement<TagType>)
packages/react-router-devtools/src/external/react-json-view/symbol/BracketsLeft.tsx:5
FunctionBracketsOpen
({ isBrackets }: { isBrackets?: boolean })
packages/react-router-devtools/src/external/react-json-view/symbol/index.tsx:64
FunctionBracketsRight
(props: SymbolsElement<TagType>)
packages/react-router-devtools/src/external/react-json-view/symbol/BracketsRight.tsx:5
FunctionBreadcrumbItem
({ children, href, isActive = false, className }: BreadcrumbItemProps)
docs/app/ui/breadcrumbs.tsx:18
FunctionBreadcrumbs
({ children, className }: BreadcrumbsProps)
docs/app/ui/breadcrumbs.tsx:38
FunctionButton
({ borderRadius = "1.75rem", children, as: Component = "button", containerClassName, borderClassName, du
docs/app/components/ui/Button.tsx:6
FunctionButton
({ children, ...props }: ButtonProps)
test-apps/react-router-vite/app/components/Button.tsx:7
FunctionClearHistoryButton
({ onClear }: Pick<SearchHistoryProps, "onClear">)
docs/app/components/command-k/components/search-history.tsx:31
FunctionClickableIcon
({ name, size, ...props }: IconProps)
plugins/icon-library/icon-library.tsx:21
FunctionClientHintCheck
({ nonce }: { nonce?: string })
docs/app/services/client-hints.tsx:33
FunctionCodeBlock
({ children, className = "", ...props }: CodeBlockProps)
docs/app/components/code-block/code-block.tsx:10
FunctionCodeElement
({ lines }: { lines: string[] })
docs/app/components/code-block/code-block-elements.tsx:43
FunctionColon
(props: SymbolsElement<TagType>)
packages/react-router-devtools/src/external/react-json-view/symbol/Colon.tsx:5
FunctionColon
()
packages/react-router-devtools/src/external/react-json-view/symbol/index.tsx:32
FunctionCommandK
({ placeholder, version }: CommandPaletteProps)
docs/app/components/command-k/components/command-k.tsx:23
FunctionCopied
(props: SectionElement<TagType>)
packages/react-router-devtools/src/external/react-json-view/section/Copied.tsx:5
FunctionCopied
(props: CopiedProps<T>)
packages/react-router-devtools/src/external/react-json-view/comps/Copied.tsx:13
FunctionCopyButton
({ lines }: { lines: string[] })
docs/app/components/code-block/copy-button.tsx:7
FunctionCountInfo
(props: SectionElement<K>)
packages/react-router-devtools/src/external/react-json-view/section/CountInfo.tsx:6
FunctionCountInfoComp
( props: SectionElementProps<TagType> & CountInfoCompProps<T> & React.HTMLAttributes<HTMLElement> )
packages/react-router-devtools/src/external/react-json-view/section/CountInfo.tsx:19
FunctionCountInfoExtra
(props: SectionElement<K>)
packages/react-router-devtools/src/external/react-json-view/section/CountInfoExtra.tsx:5
FunctionCountInfoExtraComps
( props: SectionElementProps<TagType> & CountInfoExtraCompsProps<T> )
packages/react-router-devtools/src/external/react-json-view/section/CountInfoExtra.tsx:18
FunctionDashboardRoute
()
test-apps/react-router-vite/app/routes/dashboard.tsx:9
FunctionDate
(props: TypesElement<TagType>)
packages/react-router-devtools/src/external/react-json-view/types/Date.tsx:4
FunctionDesktopSidebarPanel
({ sidebarTree, className }: { sidebarTree: SidebarTree; className: string })
docs/app/components/sidebar/desktop-sidebar.tsx:5
FunctionDiffIndicator
({ indicator }: { indicator: string })
docs/app/components/code-block/code-block-elements.tsx:13
FunctionDocumentationHomepage
({ loaderData }: Route.ComponentProps)
docs/app/routes/documentation-homepage.tsx:30
FunctionDocumentationLayout
({ loaderData }: Route.ComponentProps)
docs/app/routes/documentation-layout.tsx:18
FunctionDocumentationNavLink
({ title, to, depth = 0, onClick }: DocumentationNavLinkProps)
docs/app/components/sidebar/sidebar-items.tsx:19
FunctionDocumentationPage
({ loaderData }: Route.ComponentProps)
docs/app/routes/documentation-page.tsx:43
FunctionEditorButton
({ onClick, ...props }: EditorButtonProps)
packages/react-router-devtools/src/client/components/EditorButton.tsx:8
FunctionEllipsis
(props: SectionElement<K>)
packages/react-router-devtools/src/external/react-json-view/section/Ellipsis.tsx:5
FunctionEllipsisComp
({ isExpanded, value, keyName }: EllipsisCompProps<T>)
packages/react-router-devtools/src/external/react-json-view/section/Ellipsis.tsx:19
FunctionEmbeddedDevTools
({ config, mainPanelClassName, className }: EmbeddedDevToolsProps)
packages/react-router-devtools/src/client/embedded-dev-tools.tsx:63
FunctionEmptyState
({ query }: { query?: string })
docs/app/components/command-k/components/empty-state.tsx:5
FunctionErrorBoundary
()
docs/app/root.tsx:121
FunctionErrorBoundary
({ error }: Route.ErrorBoundaryProps)
test-apps/custom-server/app/root.tsx:48
FunctionErrorBoundary
()
test-apps/react-router-vite/app/routes/correct.tsx:40
FunctionErrorBoundary
()
test-apps/react-router-vite/app/routes/_layout.one_more_time.tsx:40
FunctionErrorBoundary
({ error }: { error: Error })
test-apps/react-router-vite/app/routes/_layout.tests.$id.edit.new.tsx:87
FunctionErrorBoundary
()
test-apps/react-router-vite/app/routes/tester.tsx:27
FunctionErrorBoundary
()
test-apps/react-router-vite/app/routes/_layout.final_test.tsx:40
FunctionExpands
({ initial, dispatch, children })
packages/react-router-devtools/src/external/react-json-view/store/Expands.tsx:37
FunctionExportDeclaration
(path)
packages/react-router-devtools/src/vite/utils/middleware-augment.ts:72
FunctionExportDeclaration
(path)
packages/react-router-devtools/src/vite/utils/inject-client.ts:32
FunctionExportDeclaration
(path)
packages/react-router-devtools/src/vite/utils/data-functions-augment.ts:70
← previousnext →301–400 of 749, ranked by callers