Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DemonDaddy22/frontend-expert
/ functions
Functions
133 in github.com/DemonDaddy22/frontend-expert
⨍
Functions
133
◇
Types & classes
56
Function
Throttle
({ title })
src/components/Throttle/index.tsx:9
Function
TicTacToe
({ title })
src/components/TicTacToe/index.tsx:22
Function
TierList
({ title })
src/components/TierList/index.tsx:9
Function
TipCalculator
({ title })
src/components/TipCalculator/index.tsx:10
Function
Toast
({ toast, onRemove })
src/components/Toasts/components/Toast/index.tsx:8
Function
ToastCreator
({ addToast, clearToasts })
src/components/Toasts/components/ToastCreator/index.tsx:9
Function
Toasts
({ title })
src/components/Toasts/index.tsx:13
Function
TodoItem
(props)
src/components/TodoList/index.tsx:37
Function
TodoList
({ title })
src/components/TodoList/index.tsx:58
Function
Trash
(props)
src/components/Icons/Trash.tsx:6
Function
TrendingStocks
({ title })
src/components/TrendingStocks/index.tsx:9
Function
TypeAhead
({ title })
src/components/TypeAhead/index.tsx:15
Function
UseFetch
({ title })
src/components/UseFetch/index.tsx:9
Function
UseInterval
({ title })
src/components/UseInterval/index.tsx:9
Function
UseLocalStorage
({ title })
src/components/UseLocalStorage/index.tsx:9
Function
UseMap
({ title })
src/components/UseMap/index.tsx:9
Function
UseStateWithHistory
({ title })
src/components/UseStateWithHistory/index.tsx:9
Function
UseWindowSize
({ title })
src/components/UseWindowSize/index.tsx:9
Function
User
(props)
src/components/Icons/User.tsx:6
Function
Wordle
({ title })
src/components/Wordle/index.tsx:12
Function
getThemeFromStore
(themeDefaultValue = THEME.DARK)
src/context/ThemeContext.tsx:12
Function
handleKeyPress
(event: KeyboardEvent)
src/components/UI/Menu/index.tsx:22
Function
reducer
(state: IMemoryBoardState, action: IMemoryBoardAction)
src/components/Memory/components/Board/index.tsx:23
Function
reducer
(state: IConnectFourBoardState, action: IConnectFourBoardAction)
src/components/ConnectFour/components/Board/index.tsx:20
Function
reducer
(state: ICryptoPricesState, action: ICryptoPricesAction)
src/components/CryptoPrices/components/PricesTable/index.tsx:13
Function
reducer
(state: IState, action: IAction)
src/components/TipCalculator/components/Calculator/index.tsx:25
Function
reducer
(state: IState, action: IAction)
src/hooks/useWindowSize.ts:21
Function
reducer
(state: IState<T>, action: IAction)
src/hooks/useStateWithHistory.ts:20
Function
reducer
(state: IUseFetchState, action: IAction)
src/hooks/useFetch.ts:14
Function
useInterval
(callback: () => void, delay?: number)
src/hooks/useInterval.ts:3
Function
useLocalStorage
(key: string, initialValue?: any)
src/hooks/useLocalStorage.ts:3
Function
useMap
(initialValue?: Array<[any, any]>)
src/hooks/useMap.ts:3
Function
useStateWithHistory
(initialState: T)
src/hooks/useStateWithHistory.ts:58
← previous
101–133 of 133, ranked by callers