MCPcopy Create free account

hub / github.com/academind/react-complete-guide-course-resources / functions

Functions4,025 in github.com/academind/react-complete-guide-course-resources

FunctionCard
(props)
code/25 NextJS Introduction/17-getting-data-from-database/components/ui/Card.js:3
FunctionCard
(props)
code/25 NextJS Introduction/09-the-appjs-file-layout-wrapper/components/ui/Card.js:3
FunctionCard
(props)
code/25 NextJS Introduction/10-adding-custom-components-css-modules/components/ui/Card.js:3
FunctionCard
(props)
code/25 NextJS Introduction/12-more-on-ssg/components/ui/Card.js:3
FunctionCard
(props)
code/25 NextJS Introduction/13-exploring-server-side-rendering/components/ui/Card.js:3
FunctionCard
(props)
code/25 NextJS Introduction/06-onwards-to-a-bigger-project-starting-project/components/ui/Card.js:3
FunctionCard
(props)
code/20 Advanced Redux/05-using-an-action-creator-thunk/src/components/UI/Card.js:3
FunctionCard
(props)
code/20 Advanced Redux/06-finished/src/components/UI/Card.js:3
FunctionCard
(props)
code/20 Advanced Redux/zz-suboptimal-example-code/src/components/UI/Card.js:3
FunctionCard
(props)
code/20 Advanced Redux/01-starting-project/src/components/UI/Card.js:3
FunctionCard
(props)
code/20 Advanced Redux/03-using-useeffect-with-redux/src/components/UI/Card.js:3
FunctionCard
(props)
code/20 Advanced Redux/04-handling-http-states-feedback-with-redux/src/components/UI/Card.js:3
FunctionCard
(props)
code/20 Advanced Redux/02-refresher-practice-finished/src/components/UI/Card.js:3
FunctionCart
()
code/18 Practice Project - Food Order/09-handling-form-submission/src/components/Cart.jsx:10
FunctionCart
()
code/18 Practice Project - Food Order/08-working-on-cart-items/src/components/Cart.jsx:10
FunctionCart
()
code/18 Practice Project - Food Order/10-sending-a-post-request/src/components/Cart.jsx:10
FunctionCart
()
code/18 Practice Project - Food Order/12-finishing-touches/src/components/Cart.jsx:10
FunctionCart
()
code/18 Practice Project - Food Order/11-adding-a-custom-http-hook/src/components/Cart.jsx:10
FunctionCart
()
code/18 Practice Project - Food Order/13-managing-form-status-actions/src/components/Cart.jsx:10
FunctionCart
()
code/10 Advanced State Management with Context useReducer/07-outsourcing-context-provider-cmp/src/components/Cart.jsx:5
FunctionCart
()
code/10 Advanced State Management with Context useReducer/09-dispatching-actions-finished/src/components/Cart.jsx:5
FunctionCart
({ onUpdateItemQuantity })
code/10 Advanced State Management with Context useReducer/04-consuming-context/src/components/Cart.jsx:5
FunctionCart
({ items, onUpdateItemQuantity })
code/10 Advanced State Management with Context useReducer/01-starting-project/src/components/Cart.jsx:1
FunctionCart
({ items, onUpdateItemQuantity })
code/10 Advanced State Management with Context useReducer/03-creating-providing-context/src/components/Cart.jsx:1
FunctionCart
({ items, onUpdateItemQuantity })
code/10 Advanced State Management with Context useReducer/02-prop-drilling-cmp-composition/src/components/Cart.jsx:1
FunctionCart
()
code/10 Advanced State Management with Context useReducer/06-migrating-entire-project/src/components/Cart.jsx:5
FunctionCart
()
code/10 Advanced State Management with Context useReducer/08-introducing-usereducer/src/components/Cart.jsx:5
FunctionCart
({ onUpdateItemQuantity })
code/10 Advanced State Management with Context useReducer/05-linking-context-to-state/src/components/Cart.jsx:5
FunctionCartButton
(props)
code/20 Advanced Redux/05-using-an-action-creator-thunk/src/components/Cart/CartButton.js:6
FunctionCartButton
(props)
code/20 Advanced Redux/06-finished/src/components/Cart/CartButton.js:6
FunctionCartButton
(props)
code/20 Advanced Redux/zz-suboptimal-example-code/src/components/Cart/CartButton.js:6
FunctionCartButton
(props)
code/20 Advanced Redux/01-starting-project/src/components/Cart/CartButton.js:3
FunctionCartButton
(props)
code/20 Advanced Redux/03-using-useeffect-with-redux/src/components/Cart/CartButton.js:6
FunctionCartButton
(props)
code/20 Advanced Redux/04-handling-http-states-feedback-with-redux/src/components/Cart/CartButton.js:6
FunctionCartButton
(props)
code/20 Advanced Redux/02-refresher-practice-finished/src/components/Cart/CartButton.js:6
FunctionCartContextProvider
({ children })
code/18 Practice Project - Food Order/09-handling-form-submission/src/store/CartContext.jsx:55
FunctionCartContextProvider
({ children })
code/18 Practice Project - Food Order/08-working-on-cart-items/src/store/CartContext.jsx:55
FunctionCartContextProvider
({ children })
code/18 Practice Project - Food Order/10-sending-a-post-request/src/store/CartContext.jsx:55
FunctionCartContextProvider
({ children })
code/18 Practice Project - Food Order/12-finishing-touches/src/store/CartContext.jsx:60
FunctionCartContextProvider
({ children })
code/18 Practice Project - Food Order/07-adding-reusable-modal/src/store/CartContext.jsx:55
FunctionCartContextProvider
({ children })
code/18 Practice Project - Food Order/11-adding-a-custom-http-hook/src/store/CartContext.jsx:55
FunctionCartContextProvider
({ children })
code/18 Practice Project - Food Order/13-managing-form-status-actions/src/store/CartContext.jsx:60
FunctionCartContextProvider
({ children })
code/18 Practice Project - Food Order/06-finishing-using-cart-context/src/store/CartContext.jsx:55
FunctionCartContextProvider
({children})
code/10 Advanced State Management with Context useReducer/07-outsourcing-context-provider-cmp/src/store/shopping-cart-context.jsx:11
FunctionCartContextProvider
({ children })
code/10 Advanced State Management with Context useReducer/09-dispatching-actions-finished/src/store/shopping-cart-context.jsx:70
FunctionCartContextProvider
({ children })
code/10 Advanced State Management with Context useReducer/08-introducing-usereducer/src/store/shopping-cart-context.jsx:15
FunctionCartItem
({ name, quantity, price, onIncrease, onDecrease, })
code/18 Practice Project - Food Order/09-handling-form-submission/src/components/CartItem.jsx:3
FunctionCartItem
({ name, quantity, price, onIncrease, onDecrease, })
code/18 Practice Project - Food Order/08-working-on-cart-items/src/components/CartItem.jsx:3
FunctionCartItem
({ name, quantity, price, onIncrease, onDecrease, })
code/18 Practice Project - Food Order/10-sending-a-post-request/src/components/CartItem.jsx:3
FunctionCartItem
({ name, quantity, price, onIncrease, onDecrease, })
code/18 Practice Project - Food Order/12-finishing-touches/src/components/CartItem.jsx:3
FunctionCartItem
({ name, quantity, price, onIncrease, onDecrease, })
code/18 Practice Project - Food Order/11-adding-a-custom-http-hook/src/components/CartItem.jsx:3
FunctionCartItem
({ name, quantity, price, onIncrease, onDecrease, })
code/18 Practice Project - Food Order/13-managing-form-status-actions/src/components/CartItem.jsx:3
FunctionCartItem
(props)
code/20 Advanced Redux/05-using-an-action-creator-thunk/src/components/Cart/CartItem.js:6
FunctionCartItem
(props)
code/20 Advanced Redux/06-finished/src/components/Cart/CartItem.js:6
FunctionCartItem
(props)
code/20 Advanced Redux/zz-suboptimal-example-code/src/components/Cart/CartItem.js:6
FunctionCartItem
(props)
code/20 Advanced Redux/03-using-useeffect-with-redux/src/components/Cart/CartItem.js:6
FunctionCartItem
(props)
code/20 Advanced Redux/04-handling-http-states-feedback-with-redux/src/components/Cart/CartItem.js:6
FunctionCartItem
(props)
code/20 Advanced Redux/02-refresher-practice-finished/src/components/Cart/CartItem.js:6
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/05-nested-animations-and-variants/src/components/ChallengeItem.jsx:6
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/08-imperative-animations/src/components/ChallengeItem.jsx:6
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/09-animating-layout-changes/src/components/ChallengeItem.jsx:6
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/12-finished/src/components/ChallengeItem.jsx:6
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/02-css-animations/src/components/ChallengeItem.jsx:5
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/01-starting-project/src/components/ChallengeItem.jsx:5
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/10-orchestrating-multi-element-animations/src/components/ChallengeItem.jsx:6
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/06-animating-staggered-lists/src/components/ChallengeItem.jsx:6
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/04-making-elements-pop/src/components/ChallengeItem.jsx:6
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/03-animating-disappearence/src/components/ChallengeItem.jsx:6
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/07-animating-colors-and-keyframes/src/components/ChallengeItem.jsx:6
FunctionChallengeItem
({ challenge, onViewDetails, isExpanded, })
code/26 Animations/11-animating-shared-elements/src/components/ChallengeItem.jsx:6
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/05-nested-animations-and-variants/src/components/ChallengeTabs.jsx:18
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/08-imperative-animations/src/components/ChallengeTabs.jsx:18
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/09-animating-layout-changes/src/components/ChallengeTabs.jsx:18
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/12-finished/src/components/ChallengeTabs.jsx:20
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/02-css-animations/src/components/ChallengeTabs.jsx:18
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/01-starting-project/src/components/ChallengeTabs.jsx:18
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/10-orchestrating-multi-element-animations/src/components/ChallengeTabs.jsx:18
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/06-animating-staggered-lists/src/components/ChallengeTabs.jsx:18
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/04-making-elements-pop/src/components/ChallengeTabs.jsx:18
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/03-animating-disappearence/src/components/ChallengeTabs.jsx:18
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/07-animating-colors-and-keyframes/src/components/ChallengeTabs.jsx:18
FunctionChallengeTabs
({ selectedType, onSelectType, challenges, children, })
code/26 Animations/11-animating-shared-elements/src/components/ChallengeTabs.jsx:20
FunctionChallenges
()
code/26 Animations/05-nested-animations-and-variants/src/components/Challenges.jsx:7
FunctionChallenges
()
code/26 Animations/08-imperative-animations/src/components/Challenges.jsx:7
FunctionChallenges
()
code/26 Animations/09-animating-layout-changes/src/components/Challenges.jsx:7
FunctionChallenges
()
code/26 Animations/12-finished/src/components/Challenges.jsx:8
FunctionChallenges
()
code/26 Animations/02-css-animations/src/components/Challenges.jsx:7
FunctionChallenges
()
code/26 Animations/01-starting-project/src/components/Challenges.jsx:7
FunctionChallenges
()
code/26 Animations/10-orchestrating-multi-element-animations/src/components/Challenges.jsx:8
FunctionChallenges
()
code/26 Animations/06-animating-staggered-lists/src/components/Challenges.jsx:7
FunctionChallenges
()
code/26 Animations/04-making-elements-pop/src/components/Challenges.jsx:7
FunctionChallenges
()
code/26 Animations/03-animating-disappearence/src/components/Challenges.jsx:7
FunctionChallenges
()
code/26 Animations/07-animating-colors-and-keyframes/src/components/Challenges.jsx:7
FunctionChallenges
()
code/26 Animations/11-animating-shared-elements/src/components/Challenges.jsx:8
FunctionChallengesContextProvider
({ children })
code/26 Animations/05-nested-animations-and-variants/src/store/challenges-context.jsx:9
FunctionChallengesContextProvider
({ children })
code/26 Animations/08-imperative-animations/src/store/challenges-context.jsx:9
FunctionChallengesContextProvider
({ children })
code/26 Animations/09-animating-layout-changes/src/store/challenges-context.jsx:9
FunctionChallengesContextProvider
({ children })
code/26 Animations/12-finished/src/store/challenges-context.jsx:9
FunctionChallengesContextProvider
({ children })
code/26 Animations/02-css-animations/src/store/challenges-context.jsx:9
FunctionChallengesContextProvider
({ children })
code/26 Animations/01-starting-project/src/store/challenges-context.jsx:9
← previousnext →901–1,000 of 4,025, ranked by callers