Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/academind/react-complete-guide-course-resources
/ functions
Functions
4,025 in github.com/academind/react-complete-guide-course-resources
⨍
Functions
4,025
◇
Types & classes
66
Function
ChallengesContextProvider
({ children })
code/26 Animations/10-orchestrating-multi-element-animations/src/store/challenges-context.jsx:9
Function
ChallengesContextProvider
({ children })
code/26 Animations/06-animating-staggered-lists/src/store/challenges-context.jsx:9
Function
ChallengesContextProvider
({ children })
code/26 Animations/04-making-elements-pop/src/store/challenges-context.jsx:9
Function
ChallengesContextProvider
({ children })
code/26 Animations/03-animating-disappearence/src/store/challenges-context.jsx:9
Function
ChallengesContextProvider
({ children })
code/26 Animations/07-animating-colors-and-keyframes/src/store/challenges-context.jsx:9
Function
ChallengesContextProvider
({ children })
code/26 Animations/11-animating-shared-elements/src/store/challenges-context.jsx:9
Function
ChallengesPage
()
code/26 Animations/05-nested-animations-and-variants/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/08-imperative-animations/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/09-animating-layout-changes/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/12-finished/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/02-css-animations/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/01-starting-project/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/10-orchestrating-multi-element-animations/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/06-animating-staggered-lists/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/04-making-elements-pop/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/03-animating-disappearence/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/07-animating-colors-and-keyframes/src/pages/Challenges.jsx:5
Function
ChallengesPage
()
code/26 Animations/11-animating-shared-elements/src/pages/Challenges.jsx:5
Function
Checkout
()
code/18 Practice Project - Food Order/09-handling-form-submission/src/components/Checkout.jsx:10
Function
Checkout
()
code/18 Practice Project - Food Order/10-sending-a-post-request/src/components/Checkout.jsx:10
Function
Checkout
()
code/18 Practice Project - Food Order/12-finishing-touches/src/components/Checkout.jsx:19
Function
Checkout
()
code/18 Practice Project - Food Order/11-adding-a-custom-http-hook/src/components/Checkout.jsx:10
Function
Checkout
()
code/18 Practice Project - Food Order/13-managing-form-status-actions/src/components/Checkout.jsx:19
Function
ClientDemo
({ children })
attachments/25b RSC, Suspense, Server Actions/ClientDemo.js:1
Function
ClientDemo
({ children })
code/25b RSC, Suspense, Server Actions/03-data-fetching/components/ClientDemo.js:5
Function
ClientDemo
({ children })
code/25b RSC, Suspense, Server Actions/04-server-actions/components/ClientDemo.js:5
Function
ClientDemo
({ children })
code/25b RSC, Suspense, Server Actions/05-use-hook/components/ClientDemo.js:5
Function
ClientDemo
({ children })
code/25b RSC, Suspense, Server Actions/02-rsc-client-cmp/components/ClientDemo.js:5
Function
ClientDemo
({ children })
code/25b RSC, Suspense, Server Actions/06-error-handling/components/ClientDemo.js:5
Function
CommunityPage
()
code/25 NextJS App Router Introduction/11-populating-starting-page/app/community/page.js:1
Function
CommunityPage
()
code/25 NextJS App Router Introduction/10-using-more-custom-cmp/app/community/page.js:1
Function
CommunityPage
()
code/25 NextJS App Router Introduction/08-styling-css-modules/app/community/page.js:1
Function
CommunityPage
()
code/25 NextJS App Router Introduction/12-react-server-cmp-vs-client-cmp/app/community/page.js:1
Function
CommunityPage
()
code/25 NextJS App Router Introduction/07-adding-a-custom-component-to-layout/app/community/page.js:1
Function
CommunityPage
()
code/25 NextJS App Router Introduction/06-exercise-solution/app/community/page.js:1
Function
CommunityPage
()
code/25 NextJS App Router Introduction/09-optimizing-images-with-image-cmp/app/community/page.js:1
Function
ConfigureCounter
({ onSet })
code/12 Behind the Scenes/05-millionjs/src/components/Counter/ConfigureCounter.jsx:5
Function
ConfigureCounter
({ onSet })
code/12 Behind the Scenes/04-using-keys-for-cmp-resetting/src/components/Counter/ConfigureCounter.jsx:5
Function
ConfigureCounter
({ onSet })
code/12 Behind the Scenes/03-usememo/src/components/Counter/ConfigureCounter.jsx:5
Function
CoreConcept
({ image, title, description })
code/04 Essentials Deep Dive/04-forwarding-props/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/04 Essentials Deep Dive/05-multiple-jsx-slots/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/04 Essentials Deep Dive/01-starting-project/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/04 Essentials Deep Dive/06-dynamic-component-types/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/04 Essentials Deep Dive/03-splitting-components/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/04 Essentials Deep Dive/02-fragments/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/14-managing-state/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/12-passing-custom-arguments-to-event-fn/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/06-alternative-props-syntax/src/App.jsx:25
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/15-deriving-computing-values/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/09-composition-children-prop/src/components/CoreConcept.jsx:1
Function
CoreConcept
(props)
code/03 React Essentials/05-cmp-props/src/App.jsx:25
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/08-styles-next-to-cmp/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/07-storing-cmp-in-files/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/10-reacting-to-events/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/17-css-styling-dynamic-styles/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/18-outputting-list-data/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/11-passing-functions-as-values/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/13-how-not-to-update-ui/src/components/CoreConcept.jsx:1
Function
CoreConcept
({ image, title, description })
code/03 React Essentials/16-rendering-content-conditionally/src/components/CoreConcept.jsx:1
Function
CoreConcepts
()
code/04 Essentials Deep Dive/04-forwarding-props/src/components/CoreConcepts.jsx:4
Function
CoreConcepts
()
code/04 Essentials Deep Dive/05-multiple-jsx-slots/src/components/CoreConcepts.jsx:4
Function
CoreConcepts
()
code/04 Essentials Deep Dive/06-dynamic-component-types/src/components/CoreConcepts.jsx:4
Function
CoreConcepts
()
code/04 Essentials Deep Dive/03-splitting-components/src/components/CoreConcepts.jsx:4
Function
Counter
({ initialCount })
code/12 Behind the Scenes/01-starting-project/src/components/Counter/Counter.jsx:30
Function
Counter
()
code/19 Redux Basics/10-working-with-multiple-slices/src/components/Counter.js:6
Function
Counter
()
code/19 Redux Basics/12-finished/src/components/Counter.js:6
Function
Counter
()
code/19 Redux Basics/08-how-to-work-with-redux-state-correctly/src/components/Counter.js:5
Function
Counter
()
code/19 Redux Basics/01-starting-project/src/components/Counter.js:3
Function
Counter
()
code/19 Redux Basics/11-reading-and-dispatching/src/components/Counter.js:6
Function
Counter
()
code/19 Redux Basics/07-working-with-mutiple-state-properties/src/components/Counter.js:5
Function
Counter
()
code/19 Redux Basics/04-dispatching-actions/src/components/Counter.js:5
Function
Counter
()
code/19 Redux Basics/06-attaching-payloads-to-actions/src/components/Counter.js:5
Function
Counter
()
code/19 Redux Basics/03-using-redux-data-in-react-cmp/src/components/Counter.js:5
Function
Counter
()
code/19 Redux Basics/02-providing-the-store/src/components/Counter.js:3
Function
Counter
()
code/19 Redux Basics/09-introducing-redux-toolkit/src/components/Counter.js:6
Function
Counter
()
code/19 Redux Basics/05-redux-with-class-based-cmp/src/components/Counter.js:5
Function
Counter
code/27 Replacing Redux with Hooks/06-bonus-multiple-slices/src/containers/Counter.js:6
Function
CounterHistory
({ history })
code/12 Behind the Scenes/05-millionjs/src/components/Counter/CounterHistory.jsx:21
Function
CounterHistory
({ history })
code/12 Behind the Scenes/04-using-keys-for-cmp-resetting/src/components/Counter/CounterHistory.jsx:21
Function
CounterHistory
({ history })
code/12 Behind the Scenes/01-starting-project/src/components/Counter/CounterHistory.jsx:21
Function
CounterHistory
({ history })
code/12 Behind the Scenes/03-usememo/src/components/Counter/CounterHistory.jsx:21
Function
CounterHistory
({ history })
code/12 Behind the Scenes/02-avoiding-cmp-execution-with-memo/src/components/Counter/CounterHistory.jsx:21
Function
CounterOutput
({ value })
code/12 Behind the Scenes/05-millionjs/src/components/Counter/CounterOutput.jsx:3
Function
CounterOutput
({ value })
code/12 Behind the Scenes/04-using-keys-for-cmp-resetting/src/components/Counter/CounterOutput.jsx:3
Function
CounterOutput
({ value })
code/12 Behind the Scenes/01-starting-project/src/components/Counter/CounterOutput.jsx:3
Function
CounterOutput
({ value })
code/12 Behind the Scenes/03-usememo/src/components/Counter/CounterOutput.jsx:3
Function
CounterOutput
({ value })
code/12 Behind the Scenes/02-avoiding-cmp-execution-with-memo/src/components/Counter/CounterOutput.jsx:3
Function
CustomInput
({ label, invalid, ...props })
code/07 Styling/05-styled-cmp-creating-reusable-cmp/src/components/Input.jsx:24
Function
DataFetchingDemo
()
attachments/25b RSC, Suspense, Server Actions/DataFetchingDemo.js:3
Function
DataFetchingDemo
()
code/25b RSC, Suspense, Server Actions/03-data-fetching/components/DataFetchingDemo.js:3
Function
DataFetchingDemo
()
code/25b RSC, Suspense, Server Actions/04-server-actions/components/DataFetchingDemo.js:3
Function
DataFetchingDemo
()
code/25b RSC, Suspense, Server Actions/05-use-hook/components/DataFetchingDemo.js:3
Function
DataFetchingDemo
()
code/25b RSC, Suspense, Server Actions/06-error-handling/components/DataFetchingDemo.js:3
Function
DeleteConfirmation
({ onConfirm, onCancel })
code/16 Custom Hooks/03-finished/src/components/DeleteConfirmation.jsx:7
Function
DeleteConfirmation
({ onConfirm, onCancel })
code/16 Custom Hooks/02-creating-a-custom-hook/src/components/DeleteConfirmation.jsx:7
Function
DeleteConfirmation
({ onConfirm, onCancel })
code/16 Custom Hooks/01-starting-project/src/components/DeleteConfirmation.jsx:7
Function
DeleteConfirmation
({ onConfirm, onCancel })
code/15 HTTP Requests/05-sending-data/src/components/DeleteConfirmation.jsx:7
Function
DeleteConfirmation
({ onConfirm, onCancel })
code/15 HTTP Requests/08-practice-finished/src/components/DeleteConfirmation.jsx:7
Function
DeleteConfirmation
({ onConfirm, onCancel })
code/15 HTTP Requests/07-deleting/src/components/DeleteConfirmation.jsx:7
Function
DeleteConfirmation
({ onConfirm, onCancel })
code/15 HTTP Requests/01-starting-project/src/components/DeleteConfirmation.jsx:7
← previous
next →
1,001–1,100 of 4,025, ranked by callers