Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdensolutions/code
/ functions
Functions
309 in github.com/cosdensolutions/code
⨍
Functions
309
◇
Types & classes
51
Function
App
()
videos/long/react-hook-form-tutorial/src/App.tsx:12
Function
App
({ initialCount = 5 }: AppProps)
videos/long/zustand-context-pattern/src/App.tsx:7
Function
App
()
videos/long/redux-tutorial/src/App.tsx:3
Function
App
()
videos/long/react-query-state-management/src/App.tsx:3
Function
App
()
videos/long/reusable-create-edit-form/src/App.tsx:3
Function
App
()
videos/long/combining-zustand-with-react-query/src/App.tsx:5
Function
App
()
videos/long/persist-state-localStorage-tutorial/src/App.tsx:3
Function
App
()
videos/long/complete-authentication-system-react/client/src/routes/index.tsx:10
Function
AuthProvider
({ children }: AuthProviderProps)
videos/long/role-based-authentication-in-react/src/components/AuthProvider.tsx:22
Function
AuthProvider
({ children, isSignedIn, }: AuthProviderProps)
videos/long/custom-protected-route-component/src/components/AuthProvider.tsx:11
Function
AuthProvider
({ children }: { children: React.ReactNode })
videos/long/complete-authentication-system-react/client/src/components/AuthProvider.tsx:15
Function
Button
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
videos/long/vercel-ai-sdk-tutorial/src/features/shared/components/ui/button.tsx:38
Function
Button
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
videos/long/better-auth-tutorial/src/features/shared/components/ui/button.tsx:38
Function
Button
({ children, onClick, variant = 'primary', size = 'md', }: ButtonProps)
videos/long/react-storybook-tutorial/src/components/Button.tsx:9
Function
Button
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
videos/long/complete-authentication-system-react/client/src/components/ui/button.tsx:38
Function
Calendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
videos/long/reusable-create-edit-form/src/components/ui/calendar.tsx:10
Function
ChangeEmailForm
()
videos/long/complete-authentication-system-react/client/src/components/ChangeEmailForm.tsx:23
Function
ClientComponent
({ children }: ClientComponentProps)
videos/long/server-components-simple-tutorial/src/ClientComponent.tsx:7
Function
ClientPage
()
videos/long/server-components-simple-tutorial/src/app/client/page.tsx:6
Function
Column
({ column, tasks }: ColumnProps)
videos/long/react-drag-drop-tutorial/src/Column.tsx:10
Function
Component
()
videos/long/zustand-context-pattern/src/App.tsx:15
Function
ContactTab
()
videos/long/learn-react-hooks-useTransition/27-tutorial-useTransition/ContactTab.tsx:1
Function
CountProvider
({ children, initialCount, }: CountProviderProps)
videos/long/zustand-context-pattern/src/CountProvider.tsx:15
Function
Counter
()
videos/long/rtk-query-tutorial/src/components/Counter.tsx:5
Function
Counter
()
videos/long/most-important-design-pattern-in-react/src/components/Counter.tsx:3
Function
Counter
()
videos/long/redux-tutorial/src/components/Counter.tsx:10
Function
Counter
( props: CounterProps, ref: Ref<CounterRef>, )
videos/long/learn-react-hooks-useImperativeHandle/Counter.tsx:15
Function
CreateProjectForm
()
videos/long/refactoring-react-component/src/components/CreateProjectForm.tsx:27
Function
CreateProjectFormTasks
({ control, getValues, setValue, }: CreateProjectFormTasksProps)
videos/long/refactoring-react-component/src/components/CreateProjectForm.tsx:82
Function
DarkModeToggle
()
videos/long/most-important-design-pattern-in-react/src/components/DarkModeToggle.tsx:3
Function
Dashboard
({}: DashboardProps)
videos/long/learn-react-hooks-useContext/Dashboard.tsx:5
Function
Dashboard
()
videos/long/auth-flow-next-js/src/app/dashboard/page.tsx:5
Function
DataTable
({ data, columns, }: DataTableProps<T>)
videos/long/master-reusable-components-in-react/src/components/DataTable.tsx:14
Function
DatePicker
({ defaultValue, onChange, }: DatePickerProps)
videos/long/reusable-create-edit-form/src/components/ui/datepicker.tsx:16
Function
Demo
()
videos/long/data-fetching-complete-tutorial/index.tsx:10
Function
Demo
({}: DemoProps)
videos/long/learn-react-hooks-useContext/index.tsx:13
Function
Demo
()
videos/long/learn-react-hooks-useLayoutEffect/index.tsx:11
Function
Demo
({}: DemoProps)
videos/long/learn-react-hooks-useState/index.tsx:5
Function
Demo
()
videos/long/custom-react-hooks-useLocalStorage/index.tsx:5
Function
Demo
()
videos/long/react-keys-and-lists-tutorial/index.tsx:5
Function
Demo
()
videos/long/learn-react-hooks-useDeferredValue/index.tsx:9
Function
Demo
({}: DemoProps)
videos/long/learn-react-hooks-useMemo/index.tsx:7
Function
Demo
({}: DemoProps)
videos/long/learn-react-hooks-useCallback/index.tsx:17
Function
Demo
({}: DemoProps)
videos/long/learn-react-hooks-useEffect/index.tsx:5
Function
Demo
()
videos/long/react-query-tutorial/src/Demo.tsx:7
Function
Demo
({}: DemoProps)
videos/long/learn-react-hooks-useRef/index.tsx:5
Function
Demo
()
videos/long/learn-react-hooks-useReducer/index.tsx:39
Function
Demo
()
videos/long/custom-react-hooks-useDebounce/index.tsx:7
Function
Demo
()
videos/long/learn-react-hooks-useTransition/27-tutorial-useTransition/index.tsx:10
Function
Demo
()
videos/long/learn-react-hooks-useImperativeHandle/index.tsx:5
Function
Demo2
({}: DemoProps)
videos/long/learn-react-hooks-useRef/index.tsx:25
Function
EventCalendar
({ events }: EventCalendarProps)
videos/long/event-calendar-challenge/src/EventCalendar.solution.tsx:23
Function
EventCalendar
()
videos/long/event-calendar-challenge/src/EventCalendar.tsx:1
Function
FetchExample1
()
videos/long/modern-data-fetching-complete-guide/src/components/FetchExample1.tsx:12
Function
FetchExample2
()
videos/long/modern-data-fetching-complete-guide/src/components/FetchExample2.tsx:13
Function
FetchExample3
()
videos/long/modern-data-fetching-complete-guide/src/components/FetchExample3.tsx:8
Function
FileInput
({ inputRef, disabled, onFileSelect }: FileInputProps)
videos/long/multi-file-input-with-progress-bar/src/components/FileUpload.tsx:123
Function
FileItem
({ file, onRemove, uploading }: FileItemProps)
videos/long/multi-file-input-with-progress-bar/src/components/FileUpload.tsx:209
Function
FileList
({ files, onRemove, uploading }: FileListProps)
videos/long/multi-file-input-with-progress-bar/src/components/FileUpload.tsx:181
Function
FileUpload
()
videos/long/multi-file-input-with-progress-bar/src/components/FileUpload.tsx:22
Function
FileUploader
()
videos/long/react-upload-files-tutorial/src/components/FileUploader.tsx:6
Function
FiltersComponent
()
videos/long/combining-zustand-with-react-query/src/App.tsx:23
Function
Form
()
videos/long/react-playwright-tutorial/src/components/Form.tsx:5
Function
FormControl
({ ...props }: React.ComponentProps<typeof Slot>)
videos/long/complete-authentication-system-react/client/src/components/ui/form.tsx:105
Function
FormDescription
({ className, ...props }: React.ComponentProps<"p">)
videos/long/complete-authentication-system-react/client/src/components/ui/form.tsx:123
Function
FormField
({ ...props }: ControllerProps<TFieldValues, TName>)
videos/long/multi-step-form-react/src/components/ui/form.tsx:31
Function
FormField
({ ...props }: ControllerProps<TFieldValues, TName>)
videos/long/complete-authentication-system-react/client/src/components/ui/form.tsx:30
Function
FormItem
({ className, ...props }: React.ComponentProps<"div">)
videos/long/complete-authentication-system-react/client/src/components/ui/form.tsx:74
Function
FormLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
videos/long/complete-authentication-system-react/client/src/components/ui/form.tsx:88
Function
FormMessage
({ className, ...props }: React.ComponentProps<"p">)
videos/long/complete-authentication-system-react/client/src/components/ui/form.tsx:136
Function
FormPage
()
videos/long/react-playwright-tutorial/src/app/form/page.tsx:8
Function
Home
()
videos/long/multi-step-form-react/src/app/page.tsx:1
Function
Home
()
videos/long/react-playwright-tutorial/src/app/page.tsx:8
Function
Home
()
videos/long/comparing-state-management-react/src/app/page.tsx:1
Function
Home
()
videos/long/request-handler-example/src/app/page.tsx:3
Function
Home
()
videos/long/vercel-ai-sdk-tutorial/src/app/page.tsx:5
Function
Home
()
videos/long/better-auth-tutorial/src/app/page.tsx:9
Function
Home
()
videos/long/modern-data-fetching-complete-guide/src/app/page.tsx:11
Function
Home
()
videos/long/use-action-state-tutorial/src/app/page.tsx:8
Function
Home
()
videos/long/auth-flow-next-js/src/app/page.tsx:1
Function
HomeFeedScreen
()
videos/long/compound-components-design-pattern/src/App.tsx:3
Function
HomePage
()
videos/long/expo-router-tutorial/app/(tabs)/index.tsx:4
Function
HomePage
()
videos/long/custom-protected-route-component/src/pages/HomePage.tsx:1
Function
HomePage
()
videos/long/react-router-tutorial/src/pages/HomePage.tsx:1
Function
Index
()
videos/long/tanstack-router-tutorial/src/routes/index.tsx:7
Function
Input
({ className, type, ...props }: React.ComponentProps<"input">)
videos/long/vercel-ai-sdk-tutorial/src/features/shared/components/ui/input.tsx:5
Function
Input
({ className, type, ...props }: React.ComponentProps<"input">)
videos/long/better-auth-tutorial/src/features/shared/components/ui/input.tsx:5
Function
Input
({ className, type, ...props }: React.ComponentProps<"input">)
videos/long/complete-authentication-system-react/client/src/components/ui/input.tsx:5
Function
JotaiExample
()
videos/long/comparing-state-management-react/src/app/jotai/page.tsx:6
Function
Label
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
videos/long/complete-authentication-system-react/client/src/components/ui/label.tsx:8
Function
Login
()
videos/long/auth-flow-next-js/src/app/login/page.tsx:3
Function
LoginForm
()
videos/long/auth-flow-next-js/src/app/login/LoginForm.tsx:7
Function
MemoryGame
({ images, }: MemoryGameProps)
videos/long/solving-react-interview-questions/src/components/MemoryGame.tsx:14
Function
MobXExample
()
videos/long/comparing-state-management-react/src/app/mobx/page.tsx:5
Function
NotFoundPage
()
videos/long/react-router-tutorial/src/pages/NotFoundPage.tsx:3
Function
OnboardingNameForm
()
videos/long/multi-step-form-react/src/features/onboarding/components/onboaring-name-form.tsx:28
Function
OnboardingNamePage
()
videos/long/multi-step-form-react/src/app/onboarding/name/page.tsx:3
Function
OnboardingPasswordForm
()
videos/long/multi-step-form-react/src/features/onboarding/components/onboarding-password-form.tsx:29
Function
OnboardingPasswordPage
()
videos/long/multi-step-form-react/src/app/onboarding/password/page.tsx:3
Function
OnboardingUsernameForm
()
videos/long/multi-step-form-react/src/features/onboarding/components/onboarding-username-form.tsx:30
← previous
next →
101–200 of 309, ranked by callers