MCPcopy Create free account

hub / github.com/DemonDaddy22/frontend-expert / functions

Functions133 in github.com/DemonDaddy22/frontend-expert

FunctionThrottle
({ title })
src/components/Throttle/index.tsx:9
FunctionTicTacToe
({ title })
src/components/TicTacToe/index.tsx:22
FunctionTierList
({ title })
src/components/TierList/index.tsx:9
FunctionTipCalculator
({ title })
src/components/TipCalculator/index.tsx:10
FunctionToast
({ toast, onRemove })
src/components/Toasts/components/Toast/index.tsx:8
FunctionToastCreator
({ addToast, clearToasts })
src/components/Toasts/components/ToastCreator/index.tsx:9
FunctionToasts
({ title })
src/components/Toasts/index.tsx:13
FunctionTodoItem
(props)
src/components/TodoList/index.tsx:37
FunctionTodoList
({ title })
src/components/TodoList/index.tsx:58
FunctionTrash
(props)
src/components/Icons/Trash.tsx:6
FunctionTrendingStocks
({ title })
src/components/TrendingStocks/index.tsx:9
FunctionTypeAhead
({ title })
src/components/TypeAhead/index.tsx:15
FunctionUseFetch
({ title })
src/components/UseFetch/index.tsx:9
FunctionUseInterval
({ title })
src/components/UseInterval/index.tsx:9
FunctionUseLocalStorage
({ title })
src/components/UseLocalStorage/index.tsx:9
FunctionUseMap
({ title })
src/components/UseMap/index.tsx:9
FunctionUseStateWithHistory
({ title })
src/components/UseStateWithHistory/index.tsx:9
FunctionUseWindowSize
({ title })
src/components/UseWindowSize/index.tsx:9
FunctionUser
(props)
src/components/Icons/User.tsx:6
FunctionWordle
({ title })
src/components/Wordle/index.tsx:12
FunctiongetThemeFromStore
(themeDefaultValue = THEME.DARK)
src/context/ThemeContext.tsx:12
FunctionhandleKeyPress
(event: KeyboardEvent)
src/components/UI/Menu/index.tsx:22
Functionreducer
(state: IMemoryBoardState, action: IMemoryBoardAction)
src/components/Memory/components/Board/index.tsx:23
Functionreducer
(state: IConnectFourBoardState, action: IConnectFourBoardAction)
src/components/ConnectFour/components/Board/index.tsx:20
Functionreducer
(state: ICryptoPricesState, action: ICryptoPricesAction)
src/components/CryptoPrices/components/PricesTable/index.tsx:13
Functionreducer
(state: IState, action: IAction)
src/components/TipCalculator/components/Calculator/index.tsx:25
Functionreducer
(state: IState, action: IAction)
src/hooks/useWindowSize.ts:21
Functionreducer
(state: IState<T>, action: IAction)
src/hooks/useStateWithHistory.ts:20
Functionreducer
(state: IUseFetchState, action: IAction)
src/hooks/useFetch.ts:14
FunctionuseInterval
(callback: () => void, delay?: number)
src/hooks/useInterval.ts:3
FunctionuseLocalStorage
(key: string, initialValue?: any)
src/hooks/useLocalStorage.ts:3
FunctionuseMap
(initialValue?: Array<[any, any]>)
src/hooks/useMap.ts:3
FunctionuseStateWithHistory
(initialState: T)
src/hooks/useStateWithHistory.ts:58
← previous101–133 of 133, ranked by callers