MCPcopy Create free account

hub / github.com/cosdensolutions/code / functions

Functions309 in github.com/cosdensolutions/code

FunctionOnboardingUsernamePage
()
videos/long/multi-step-form-react/src/app/onboarding/username/page.tsx:3
FunctionOtherComponent
({ count }: { count: number })
videos/long/zustand-tutorial/src/App.tsx:15
FunctionPOST
(req: Request)
videos/long/vercel-ai-sdk-tutorial/src/app/api/chat/route.ts:7
FunctionPostCard
({ children, post }: PostCardProps)
videos/long/compound-components-design-pattern/src/components/PostCard.tsx:33
FunctionPosts
()
videos/long/tanstack-router-tutorial/src/routes/posts/index.tsx:19
FunctionPostsList
()
videos/long/rtk-query-tutorial/src/components/PostsList.tsx:6
FunctionPostsTab
()
videos/long/learn-react-hooks-useTransition/27-tutorial-useTransition/PostsTab.tsx:3
FunctionProductList
({ products }: ProductListProps)
videos/long/react-custom-filter-component/src/components/ProductList/ProductList.tsx:7
FunctionProductList
({ products }: ProductListProps)
videos/long/react-url-as-state/src/components/ProductList/ProductList.tsx:7
FunctionProductListFilters
({ onChange, }: ProductListFiltersProps)
videos/long/react-custom-filter-component/src/components/ProductList/ProductListFilters.tsx:9
FunctionProductListFilters
()
videos/long/react-url-as-state/src/components/ProductList/ProductListFilters.tsx:7
FunctionProfile
({}: ProfileProps)
videos/long/learn-react-hooks-useContext/Components.tsx:18
FunctionProfilePage
()
videos/long/react-router-tutorial/src/pages/ProfilePage.tsx:3
FunctionProfilesPage
()
videos/long/react-router-tutorial/src/pages/ProfilesPage.tsx:3
FunctionProgressBar
({ progress }: ProgressBarProps)
videos/long/multi-file-input-with-progress-bar/src/components/FileUpload.tsx:244
FunctionProtectedRoute
({ allowedRoles, children, }: ProtectedRouteProps)
videos/long/role-based-authentication-in-react/src/components/ProtectedRoute.tsx:9
FunctionProtectedRoute
({ children }: ProtectedRouteProps)
videos/long/custom-protected-route-component/src/components/ProtectedRoute.tsx:8
FunctionProviders
({ children }: ProvidersProps)
videos/long/modern-data-fetching-complete-guide/src/components/Providers.tsx:10
FunctionRecoilExample
()
videos/long/comparing-state-management-react/src/app/recoil/page.tsx:6
FunctionReduxExample
()
videos/long/comparing-state-management-react/src/app/redux/page.tsx:7
FunctionRootLayout
()
videos/long/expo-router-tutorial/app/_layout.tsx:3
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
videos/long/multi-step-form-react/src/app/layout.tsx:12
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
videos/long/react-playwright-tutorial/src/app/layout.tsx:12
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
videos/long/comparing-state-management-react/src/app/layout.tsx:12
FunctionRootLayout
({ children, }: { children: React.ReactNode })
videos/long/request-handler-example/src/app/layout.tsx:12
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
videos/long/vercel-ai-sdk-tutorial/src/app/layout.tsx:21
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
videos/long/better-auth-tutorial/src/app/layout.tsx:21
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
videos/long/modern-data-fetching-complete-guide/src/app/layout.tsx:13
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
videos/long/server-components-simple-tutorial/src/app/layout.tsx:12
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
videos/long/use-action-state-tutorial/src/app/layout.tsx:12
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
videos/long/auth-flow-next-js/src/app/layout.tsx:12
FunctionRouteComponent
()
videos/long/tanstack-router-tutorial/src/routes/posts/$postId.tsx:15
FunctionRouteComponent
()
videos/long/complete-authentication-system-react/client/src/routes/auth/signup.tsx:8
FunctionRouteComponent
()
videos/long/complete-authentication-system-react/client/src/routes/auth/signin.tsx:8
FunctionRouteComponent
()
videos/long/complete-authentication-system-react/client/src/routes/auth/change-email.tsx:8
FunctionSearch
({ onChange }: SearchProps)
videos/long/learn-react-hooks-useCallback/Search.tsx:7
FunctionSearchBar
({ onChange }: SearchBarProps)
videos/long/custom-react-hooks-useDebounce/SearchBar.tsx:5
FunctionServerComponent
()
videos/long/server-components-simple-tutorial/src/ServerComponent.tsx:1
FunctionServerPage
()
videos/long/server-components-simple-tutorial/src/app/server/page.tsx:4
FunctionSidebar
({}: SidebarProps)
videos/long/learn-react-hooks-useContext/Components.tsx:5
FunctionSignInForm
()
videos/long/complete-authentication-system-react/client/src/components/SignInForm.tsx:24
FunctionSignInPage
()
videos/long/custom-protected-route-component/src/pages/SignInPage.tsx:1
FunctionSignInPage
()
videos/long/better-auth-tutorial/src/app/signin/page.tsx:6
FunctionSignUpForm
()
videos/long/complete-authentication-system-react/client/src/components/SignUpForm.tsx:24
FunctionSignUpPage
()
videos/long/better-auth-tutorial/src/app/signup/page.tsx:6
FunctionSlowItem
({ text }: { text: string })
videos/long/learn-react-hooks-useDeferredValue/SlowList.tsx:11
FunctionSlowPost
({ index }: { index: number })
videos/long/learn-react-hooks-useTransition/27-tutorial-useTransition/PostsTab.tsx:16
FunctionStack
({ children, orientation = 'horizontal', }: StackProps)
videos/long/react-storybook-tutorial/src/components/Stack.tsx:7
FunctionSubmitButton
()
videos/long/auth-flow-next-js/src/app/login/LoginForm.tsx:35
FunctionTabButton
({ onClick, ...rest }: TabButtonProps)
videos/long/learn-react-hooks-useTransition/27-tutorial-useTransition/TabButton.tsx:9
FunctionTableCell
({ value, render }: TableCellProps<T>)
videos/long/master-reusable-components-in-react/src/components/DataTable.tsx:77
FunctionTableHeader
({ columns }: TableHeaderProps<T>)
videos/long/master-reusable-components-in-react/src/components/DataTable.tsx:36
FunctionTableRow
({ row, columns, }: TableRowProps<T>)
videos/long/master-reusable-components-in-react/src/components/DataTable.tsx:55
FunctionTabsLayout
()
videos/long/expo-router-tutorial/app/(tabs)/_layout.tsx:3
FunctionTaskCard
({ task }: TaskCardProps)
videos/long/react-drag-drop-tutorial/src/TaskCard.tsx:8
FunctionTextInput
({ control, label, name, ...inputProps }: TextInputProps)
videos/long/refactoring-react-component/src/components/TextInput.tsx:10
FunctionTextInput
( props: TextInputProps, ref: Ref<TextInputRef>, )
videos/long/learn-react-hooks-useImperativeHandle/TextInput.tsx:14
FunctionTodo
()
videos/long/comparing-state-management-react/src/features/redux/Todo.tsx:6
FunctionTodo
()
videos/long/comparing-state-management-react/src/features/zustand/Todo.tsx:4
FunctionTodo
()
videos/long/comparing-state-management-react/src/features/jotai/Todo.tsx:10
FunctionTodo
()
videos/long/comparing-state-management-react/src/features/recoil/Todo.tsx:5
FunctionTodoCard
({ todo }: TodoProps)
videos/long/react-query-tutorial/src/components/TodoCard.tsx:8
FunctionUserCard
({ user }: { user: User })
videos/long/rendering-100k-rows-in-react/src/components/UserCard.tsx:3
FunctionUserCard
()
videos/long/react-query-state-management/src/App.tsx:15
FunctionUserForm
()
videos/long/most-important-design-pattern-in-react/src/components/UserForm.tsx:3
FunctionUserForm
({ user }: UserFormProps)
videos/long/reusable-create-edit-form/src/components/UserForm.tsx:33
FunctionUserFormItems
()
videos/long/most-important-design-pattern-in-react/src/components/UserForm.tsx:36
FunctionUserPage
()
videos/long/expo-router-tutorial/app/(tabs)/users/[id].tsx:4
FunctionZustandExample
()
videos/long/comparing-state-management-react/src/app/zustand/page.tsx:5
Functionaction
(prevState: any, formData: FormData)
videos/long/use-action-state-tutorial/src/actions.ts:3
FunctionaddItem
()
videos/long/most-important-design-pattern-in-react/src/components/UserForm.tsx:43
FunctionaddTodo
(todo: Pick<Todo, "title">)
videos/long/react-query-tutorial/src/api/index.ts:52
Methodconstructor
()
videos/long/comparing-state-management-react/src/features/mobx/todoStore.ts:12
FunctionfetchItems
({ pageParam }: { pageParam: number })
videos/long/infinite-pagination-with-react-query/src/api/items.ts:10
FunctionhandleChange
()
videos/long/learn-react-hooks-useLayoutEffect/index.tsx:25
FunctionhandleClear
()
videos/long/multi-file-input-with-progress-bar/src/components/FileUpload.tsx:93
FunctionhandleClick
()
videos/long/learn-react-hooks-useTransition/27-tutorial-useTransition/TabButton.tsx:15
FunctionhandleDragEnd
(event: DragEndEvent)
videos/long/react-drag-drop-tutorial/src/App.tsx:42
FunctionhandleFileChange
(e: ChangeEvent<HTMLInputElement>)
videos/long/react-upload-files-tutorial/src/components/FileUploader.tsx:11
FunctionhandleFileSelect
(e: ChangeEvent<HTMLInputElement>)
videos/long/multi-file-input-with-progress-bar/src/components/FileUpload.tsx:28
FunctionhandleFileUpload
()
videos/long/react-upload-files-tutorial/src/components/FileUploader.tsx:17
FunctionhandleIncrement
()
videos/long/learn-react-hooks-useRef/index.tsx:9
FunctionhandleKeyDown
(event: KeyboardEvent)
videos/long/refactoring-react-component/src/hooks/useKeyDown.ts:9
FunctionhandleLogin
()
videos/long/role-based-authentication-in-react/src/components/AuthProvider.tsx:44
FunctionhandleLogout
()
videos/long/role-based-authentication-in-react/src/components/AuthProvider.tsx:58
FunctionhandleSubmit
(e: FormEvent)
videos/long/most-important-design-pattern-in-react/src/components/UserForm.tsx:7
FunctionhandleSubmit
(e: React.FormEvent)
videos/long/comparing-state-management-react/src/features/redux/Todo.tsx:12
FunctionhandleSubmit
(e: React.FormEvent)
videos/long/comparing-state-management-react/src/features/zustand/Todo.tsx:9
FunctionhandleSubmit
(e: React.FormEvent)
videos/long/comparing-state-management-react/src/features/jotai/Todo.tsx:18
FunctionhandleSubmit
(e: React.FormEvent)
videos/long/comparing-state-management-react/src/features/recoil/Todo.tsx:10
FunctionhandleSubmit
(e: React.FormEvent)
videos/long/comparing-state-management-react/src/features/mobx/Todo.tsx:8
FunctionhandleUpload
()
videos/long/multi-file-input-with-progress-bar/src/components/FileUpload.tsx:47
Functionincrement
()
videos/long/learn-react-hooks-useImperativeHandle/Counter.tsx:21
FunctioninitializeCount
()
videos/long/most-important-design-pattern-in-react/src/hooks/useCount.ts:3
Functionlogin
(prevState: any, formData: FormData)
videos/long/auth-flow-next-js/src/app/login/actions.ts:21
FunctiononSubmit
(data: OnboardingUsernameSchema)
videos/long/multi-step-form-react/src/features/onboarding/components/onboarding-username-form.tsx:46
FunctiononSubmit
(data: OnboardingNameSchema)
videos/long/multi-step-form-react/src/features/onboarding/components/onboaring-name-form.tsx:41
FunctiononSubmit
(data: OnboardingPasswordSchema)
videos/long/multi-step-form-react/src/features/onboarding/components/onboarding-password-form.tsx:45
FunctiononSubmit
(data: CreateProjectFormValues)
videos/long/refactoring-react-component/src/components/CreateProjectForm.tsx:38
FunctiononSubmit
(data)
videos/long/react-hook-form-tutorial/src/App.tsx:25
← previousnext →201–300 of 309, ranked by callers