MCPcopy Create free account

hub / github.com/DomeSy/domesy-hooks / functions

Functions208 in github.com/DomeSy/domesy-hooks

↓ 27 callersFunctionuseCss
(css: CSSProps)
src/hooks/useCss/index.tsx:22
↓ 17 callersFunctionuseCreation
(fn: () => T, deps: DependencyList)
src/hooks/useCreation/index.tsx:17
↓ 16 callersFunctionuseSafeState
( initialState: S | (() => S) )
src/hooks/useMemo/index.tsx:9
↓ 11 callersFunctionuseEventListener
( event: string, handler: (...e: any) => void, target?: any )
src/hooks/useEventListener/index.tsx:4
↓ 10 callersFunctionuseLatest
(value: T)
src/hooks/useLatest/index.tsx:3
↓ 8 callersFunctionuseCountDown
({ targetTime, targetDate, interval = 1000, onEnd, }: Options = {})
src/hooks/useCountDown/index.tsx:38
↓ 6 callersFunctiononChange
()
src/hooks/useFullscreen/index.tsx:20
↓ 6 callersFunctionuseConnect
(mapStoreToState?: (data: any) => void)
src/example/UseReduxView/useRedux/useConnect.ts:5
↓ 5 callersFunctiongetTarget
(target: BasicTarget<T>)
src/hooks/utils/getTarget.ts:4
↓ 4 callersFunctionselectDel
(data: T | T[])
src/hooks/useSelections/index.tsx:21
↓ 4 callersFunctionuseSelections
(lists: T[], initValues: T[] = [])
src/hooks/useSelections/index.tsx:2
↓ 4 callersFunctionuseUnmount
(fn: () => void)
src/hooks/useUnmount/index.tsx:4
↓ 4 callersFunctionuseUpdate
()
src/hooks/useUpdate/index.tsx:3
↓ 3 callersFunctioncalcRemain
(target?: TDate)
src/hooks/useCountDown/index.tsx:22
↓ 3 callersFunctioncheckIfSnapshotChanged
(inst: { value: T; getSnapshot: () => T; })
src/communication/useSyncExternalStore/useSyncExternalStore.tsx:36
↓ 3 callersFunctionclac
()
src/hooks/useResponsive/index.tsx:23
↓ 3 callersFunctionselectAdd
(data: T | T[])
src/hooks/useSelections/index.tsx:11
↓ 3 callersFunctionsetSelect
(data: T | T[])
src/hooks/useSelections/index.tsx:31
↓ 3 callersFunctiontoggle
(data: T)
src/hooks/useSelections/index.tsx:42
↓ 3 callersFunctionuseDocumentVisibility
()
src/hooks/useDocumentVisibility/index.tsx:13
↓ 3 callersFunctionuseHover
(target: BasicTarget, options?: Options)
src/hooks/useHover/index.tsx:11
↓ 3 callersFunctionuseInViewport
(target: any, options?: Options)
src/hooks/useInViewport/index.tsx:11
↓ 2 callersFunctiongetNowData
()
src/hooksView/UseCreationView/index.tsx:8
↓ 2 callersFunctiongetVisibility
()
src/hooks/useDocumentVisibility/index.tsx:6
↓ 2 callersFunctionisSelected
(data: T)
src/hooks/useSelections/index.tsx:8
↓ 2 callersFunctionobserver
( initialVal: T, cb: () => void )
src/hooks/useReactive/index.tsx:3
↓ 2 callersFunctionsubscribe
(callback: any)
src/communication/useSyncExternalStore/useOnlineStatus.ts:13
↓ 2 callersFunctiontoggleAll
()
src/hooks/useSelections/index.tsx:73
↓ 2 callersFunctionuseDebounceFn
(fn: T, options?: DebounceOptions)
src/hooks/useDebounceFn/index.tsx:13
↓ 2 callersFunctionuseFullscreen
(target: BasicTarget, options?: Options)
src/hooks/useFullscreen/index.tsx:12
↓ 2 callersFunctionuseMount
(fn: () => void)
src/hooks/useMount/index.tsx:3
↓ 2 callersFunctionuseNetwork
()
src/hooks/useNetwork/index.tsx:33
↓ 2 callersFunctionuseOnlineStatus
()
src/communication/useSyncExternalStore/useOnlineStatus.ts:4
↓ 2 callersFunctionuseSyncExternalStore
( subscribe: any, getSnapshot: () => T, getServerSnapshot?: () => T )
src/communication/useSyncExternalStore/useSyncExternalStore.tsx:4
↓ 2 callersFunctionuseTextSelection
( target: BasicTarget | Document = document )
src/hooks/useTextSelection/index.tsx:43
↓ 2 callersFunctionuseThrottleFn
(fn: T, options?: ThrottleOptions)
src/hooks/useThrottleFn/index.tsx:12
↓ 2 callersFunctionuseUnmountedRef
()
src/hooks/useUnmountedRef/index.tsx:3
↓ 1 callersFunctionHOC
(Component: any)
src/communication/hoc/index.tsx:4
↓ 1 callersFunctionadd
()
src/basic/useImperativeHandle/index1.tsx:12
↓ 1 callersFunctionadd
()
src/basic/useImperativeHandle/index.tsx:12
↓ 1 callersFunctioncalcFormat
(milliseconds: number)
src/hooks/useCountDown/index.tsx:28
↓ 1 callersFunctionconfigResponsive
(config: ResponsiveConfig)
src/hooks/useResponsive/index.tsx:19
↓ 1 callersMethodcreateValidate
( name: NameProps, updateChange: updateProps )
src/example/Form/HooksForm/useForm/FormStore.tsx:46
↓ 1 callersFunctiondepsAreSame
( oldDeps: DependencyList, deps: DependencyList )
src/hooks/useCreation/index.tsx:4
↓ 1 callersFunctiongetConnection
()
src/hooks/useNetwork/index.tsx:20
↓ 1 callersFunctiongetList
(key: any)
src/basic/useDeferredValue/index.tsx:4
↓ 1 callersFunctiongetList
(key: any)
src/communication/useTransition/useDeferredValueView.tsx:4
↓ 1 callersFunctiongetRectSelection
(selection: Selection | null)
src/hooks/useTextSelection/index.tsx:33
↓ 1 callersFunctiongetSnapshot
()
src/communication/useSyncExternalStore/useOnlineStatus.ts:9
↓ 1 callersFunctionisFunction
(value: unknown)
src/hooks/useMemo/index.tsx:2
↓ 1 callersFunctionmockRequest
(count: number)
src/hooksView/UseLockFnView/index.tsx:5
↓ 1 callersFunctiononChangeEffect
(deps1?: DependencyList, deps2?: DependencyList)
src/hooks/useTrackedEffect/index.tsx:14
↓ 1 callersMethodrender
()
src/communication/useref/index.tsx:4
↓ 1 callersFunctionreportWebVitals
(onPerfEntry?: ReportHandler)
src/reportWebVitals.ts:3
↓ 1 callersFunctionselectAll
()
src/hooks/useSelections/index.tsx:63
↓ 1 callersFunctionshallowEqual
(objA: any, objB: any)
src/example/UseReduxView/useRedux/shallowEqual.ts:3
↓ 1 callersMethodspeak
()
src/communication/extends/index.tsx:12
↓ 1 callersFunctionsum
(a: number, b: number)
src/hooks/sum/index.ts:1
↓ 1 callersFunctionunSelectAll
()
src/hooks/useSelections/index.tsx:68
↓ 1 callersFunctionuseCopy
()
src/hooks/useCopy/index.tsx:8
↓ 1 callersFunctionuseCounter
(initialValue: number = 0)
src/hooks/useCounter/index.tsx:3
↓ 1 callersFunctionuseCreateStore
(reducer: any, initState: any)
src/example/UseReduxView/useRedux/useCreateStore.ts:9
↓ 1 callersFunctionuseDebounce
(value: T, options?: DebounceOptions)
src/hooks/useDebounce/index.tsx:5
↓ 1 callersFunctionuseForm
(initialValues: DataProps, formInstance?: FormInstance)
src/example/Form/HooksForm/useForm/index.tsx:5
↓ 1 callersFunctionuseLockFn
( fn: (...args: P) => Promise<V> )
src/hooks/useLockFn/index.tsx:3
↓ 1 callersFunctionusePow
(list: number[])
src/basic/useMemo/index.tsx:4
↓ 1 callersFunctionuseReactive
(initialState: T)
src/hooks/useReactive/index.tsx:24
↓ 1 callersFunctionuseResponsive
()
src/hooks/useResponsive/index.tsx:43
↓ 1 callersFunctionuseSafeState
(initialState?: S | (() => S))
src/hooks/useSafeState/index.tsx:12
↓ 1 callersFunctionuseThrottle
(value: T, options?: ThrottleOptions)
src/hooks/useThrottle/index.tsx:5
↓ 1 callersFunctionuseTrackedEffect
( effect: Effect, deps?: DependencyList, type_list?: string[] )
src/hooks/useTrackedEffect/index.tsx:26
FunctionApp
(props: any)
src/App.tsx:12
FunctionApp
()
src/communication/current/index.tsx:4
FunctionCheckCard
(props: CheckCardProps)
src/example/CheckCardView/CheckCard/index.tsx:15
FunctionChild
()
src/basic/useEffect/index1.tsx:4
FunctionChild
()
src/basic/useEffect/index.tsx:4
FunctionChild
({ count })
src/basic/useReducer/index.tsx:4
FunctionChild
()
src/basic/useContent/index.tsx:6
FunctionChild
({cRef}:any)
src/basic/useImperativeHandle/index1.tsx:4
FunctionChild
(props:any, ref:any)
src/basic/useImperativeHandle/index.tsx:4
FunctionChild
(props)
src/communication/props/index.tsx:18
FunctionChild
({ getNumber })
src/communication/callback/index.tsx:23
FunctionChild
({ number, msg = "" }: any)
src/communication/memo/index.tsx:4
FunctionChild
()
src/hooksView/UseMountView/index.tsx:6
FunctionChild
()
src/hooksView/UseUnmountedRefView/index.tsx:5
FunctionChild
()
src/hooksView/UseSafeStateView/index.tsx:5
FunctionFormItem
(props: FormItemProps)
src/example/Form/HooksForm/formItem.tsx:15
FunctionGroup
(props)
src/example/CheckCardView/CheckCard/Group.tsx:12
FunctionIndex
()
src/example/ReduxView/index.tsx:10
FunctionIndex
({ count, flag, dispatch }: any)
src/example/ReduxView/view/Child.tsx:6
FunctionIndex
({ count, msg, dispatch }: any)
src/example/ReduxView/view/Sibling.tsx:4
FunctionIndex
({ count, msg, dispatch }: any)
src/example/ReduxView/view/Son.tsx:4
FunctionIndex
({ count, dispatch }: any)
src/example/ReduxView/view/Clear.tsx:4
FunctionIndex
({ count, msg, onAdd, onSub }: any)
src/example/ReduxView/view/Father.tsx:5
FunctionIndex
(props: any)
src/example/ReduxView/view/index.tsx:6
FunctionIndex
()
src/example/AntDForm/index.tsx:4
FunctionIndex
()
src/example/UseReduxView/index.tsx:6
FunctionIndex
()
src/example/UseReduxView/view/Child.tsx:6
FunctionIndex
()
src/example/UseReduxView/view/Sibling.tsx:4
FunctionIndex
()
src/example/UseReduxView/view/Son.tsx:12
next →1–100 of 208, ranked by callers