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

↓ 1 callersFunctionaddOpinion
(enteredOpinionData)
code/17b Form Actions/09-useformstatus/src/store/opinions-context.jsx:23
↓ 1 callersFunctionaddOpinion
(enteredOpinionData)
code/17b Form Actions/08-async-form-action/src/store/opinions-context.jsx:23
↓ 1 callersFunctionaddOpinion
(enteredOpinionData)
code/17b Form Actions/12-optimistic-updating/src/store/opinions-context.jsx:23
↓ 1 callersFunctionaddOpinion
(enteredOpinionData)
code/17b Form Actions/10-multiple-actions/src/store/opinions-context.jsx:23
↓ 1 callersFunctionaddOpinion
(enteredOpinionData)
code/17b Form Actions/11-useactionstate-pending/src/store/opinions-context.jsx:23
↓ 1 callersFunctioncalculateInvestmentResults
({ initialInvestment, annualInvestment, expectedReturn, duration, }, results)
code/06 Debugging/02-error-messages/src/util/investment.js:7
↓ 1 callersFunctioncalculateInvestmentResults
({ initialInvestment, annualInvestment, expectedReturn, duration, }, results)
code/06 Debugging/01-starting-project/src/util/investment.js:7
↓ 1 callersFunctioncalculateInvestmentResults
({ initialInvestment, annualInvestment, expectedReturn, duration, })
code/05 Essentials Practice/06-finished/src/util/investment.js:7
↓ 1 callersFunctioncalculateInvestmentResults
({ initialInvestment, annualInvestment, expectedReturn, duration, })
code/05 Essentials Practice/05-outputting-results-in-a-list/src/util/investment.js:7
↓ 1 callersFunctioncalculateInvestmentResults
({ initialInvestment, annualInvestment, expectedReturn, duration, })
code/05 Essentials Practice/04-computing-values/src/util/investment.js:7
↓ 1 callersFunctionclearData
()
code/18 Practice Project - Food Order/12-finishing-touches/src/hooks/useHttp.js:22
↓ 1 callersFunctionclearData
()
code/18 Practice Project - Food Order/13-managing-form-status-actions/src/hooks/useHttp.js:22
↓ 1 callersFunctionderiveGameBoard
(gameTurns)
code/04 Essentials Deep Dive/18-finished/src/App.jsx:30
↓ 1 callersFunctionderiveWinner
(gameBoard, players)
code/04 Essentials Deep Dive/18-finished/src/App.jsx:43
↓ 1 callersFunctiondispatch
(actionIdentifier, payload)
code/27 Replacing Redux with Hooks/04-finishing-the-store-hook/src/hooks-store/store.js:10
↓ 1 callersFunctiondownvoteOpinion
(id)
code/17b Form Actions/06-adv-starting-project/backend/app.js:35
↓ 1 callersFunctiondownvoteOpinion
(id)
code/17b Form Actions/09-useformstatus/backend/app.js:35
↓ 1 callersFunctiondownvoteOpinion
(id)
code/17b Form Actions/07-practice-solution/backend/app.js:35
↓ 1 callersFunctiondownvoteOpinion
(id)
code/17b Form Actions/08-async-form-action/backend/app.js:35
↓ 1 callersFunctiondownvoteOpinion
(id)
code/17b Form Actions/12-optimistic-updating/backend/app.js:35
↓ 1 callersFunctiondownvoteOpinion
(id)
code/17b Form Actions/12-optimistic-updating/src/store/opinions-context.jsx:62
↓ 1 callersFunctiondownvoteOpinion
(id)
code/17b Form Actions/10-multiple-actions/backend/app.js:35
↓ 1 callersFunctiondownvoteOpinion
(id)
code/17b Form Actions/11-useactionstate-pending/backend/app.js:35
↓ 1 callersFunctiondownvoteOpinion
(id)
code/17b Form Actions/11-useactionstate-pending/src/store/opinions-context.jsx:62
↓ 1 callersFunctionfetchAvailablePlaces
()
code/16 Custom Hooks/03-finished/src/http.js:1
↓ 1 callersFunctionfetchAvailablePlaces
()
code/16 Custom Hooks/02-creating-a-custom-hook/src/http.js:1
↓ 1 callersFunctionfetchAvailablePlaces
()
code/16 Custom Hooks/01-starting-project/src/http.js:1
↓ 1 callersFunctionfetchAvailablePlaces
()
code/15 HTTP Requests/05-sending-data/src/http.js:1
↓ 1 callersFunctionfetchAvailablePlaces
()
code/15 HTTP Requests/08-practice-finished/src/http.js:1
↓ 1 callersFunctionfetchAvailablePlaces
()
code/15 HTTP Requests/07-deleting/src/http.js:1
↓ 1 callersFunctionfetchAvailablePlaces
()
code/15 HTTP Requests/06-optimistic-updating/src/http.js:1
↓ 1 callersFunctionfetchAvailablePlaces
()
code/15 HTTP Requests/04-extracting-code/src/http.js:1
↓ 1 callersFunctionfetchCartData
()
code/20 Advanced Redux/06-finished/src/store/cart-actions.js:4
↓ 1 callersFunctionfetchData
()
code/16 Custom Hooks/03-finished/src/hooks/useFetch.js:9
↓ 1 callersFunctionfetchData
()
code/16 Custom Hooks/02-creating-a-custom-hook/src/hooks/useFetch.js:9
↓ 1 callersFunctionfetchData
()
code/20 Advanced Redux/06-finished/src/store/cart-actions.js:6
↓ 1 callersFunctionfetchEvent
({ id, signal })
code/24 React Query/09-disabling-automatic-refetching/src/util/http.js:64
↓ 1 callersFunctionfetchEvents
()
attachments/21 Routing/Events.js:11
↓ 1 callersFunctionfetchEvents
({ signal, searchTerm })
code/24 React Query/09-disabling-automatic-refetching/src/util/http.js:5
↓ 1 callersFunctionfetchEvents
({ signal, searchTerm })
code/24 React Query/05-changing-data-with-mutations/src/util/http.js:1
↓ 1 callersFunctionfetchEvents
({ signal, searchTerm })
code/24 React Query/04-enabling-disabling-queries/src/util/http.js:1
↓ 1 callersFunctionfetchEvents
({ signal, searchTerm })
code/24 React Query/06-fetching-more-data-and-testing-mutation/src/util/http.js:1
↓ 1 callersFunctionfetchEvents
({ signal, searchTerm })
code/24 React Query/10-optimistic-updating/src/util/http.js:5
↓ 1 callersFunctionfetchEvents
({ signal, searchTerm })
code/24 React Query/08-challenge-problem/src/util/http.js:5
↓ 1 callersFunctionfetchEvents
()
code/24 React Query/01-starting-project/src/components/Events/NewEventsSection.jsx:13
↓ 1 callersFunctionfetchEvents
({ signal, searchTerm })
code/24 React Query/07-acting-on-mutation-success-and-invalidating-queries/src/util/http.js:5
↓ 1 callersFunctionfetchEvents
()
code/21 Routing/15-data-fetching-example/src/pages/Events.js:11
↓ 1 callersFunctionfetchMeals
()
code/18 Practice Project - Food Order/04-adding-mealitem-cmp/src/components/Meals.jsx:9
↓ 1 callersFunctionfetchMeals
()
code/18 Practice Project - Food Order/09-handling-form-submission/src/components/Meals.jsx:9
↓ 1 callersFunctionfetchMeals
()
code/18 Practice Project - Food Order/08-working-on-cart-items/src/components/Meals.jsx:9
↓ 1 callersFunctionfetchMeals
()
code/18 Practice Project - Food Order/10-sending-a-post-request/src/components/Meals.jsx:9
↓ 1 callersFunctionfetchMeals
()
code/18 Practice Project - Food Order/05-creating-configurable-button/src/components/Meals.jsx:9
↓ 1 callersFunctionfetchMeals
()
code/18 Practice Project - Food Order/07-adding-reusable-modal/src/components/Meals.jsx:9
↓ 1 callersFunctionfetchMeals
()
code/18 Practice Project - Food Order/06-finishing-using-cart-context/src/components/Meals.jsx:9
↓ 1 callersFunctionfetchMeals
()
code/18 Practice Project - Food Order/03-fetching-meals-data/src/components/Meals.jsx:7
↓ 1 callersFunctionfetchPlaces
()
code/16 Custom Hooks/02-creating-a-custom-hook/src/components/AvailablePlaces.jsx:14
↓ 1 callersFunctionfetchPlaces
()
code/16 Custom Hooks/01-starting-project/src/App.jsx:23
↓ 1 callersFunctionfetchPlaces
()
code/16 Custom Hooks/01-starting-project/src/components/AvailablePlaces.jsx:14
↓ 1 callersFunctionfetchPlaces
()
code/15 HTTP Requests/05-sending-data/src/components/AvailablePlaces.jsx:14
↓ 1 callersFunctionfetchPlaces
()
code/15 HTTP Requests/08-practice-finished/src/App.jsx:23
↓ 1 callersFunctionfetchPlaces
()
code/15 HTTP Requests/08-practice-finished/src/components/AvailablePlaces.jsx:14
↓ 1 callersFunctionfetchPlaces
()
code/15 HTTP Requests/07-deleting/src/components/AvailablePlaces.jsx:14
↓ 1 callersFunctionfetchPlaces
()
code/15 HTTP Requests/06-optimistic-updating/src/components/AvailablePlaces.jsx:14
↓ 1 callersFunctionfetchPlaces
()
code/15 HTTP Requests/04-extracting-code/src/components/AvailablePlaces.jsx:14
↓ 1 callersFunctionfetchPlaces
()
code/15 HTTP Requests/03-handling-errors/src/components/AvailablePlaces.jsx:12
↓ 1 callersFunctionfetchPosts
()
code/30 React Summary/14-data-fetching-useeffect/src/components/PostsList.jsx:12
↓ 1 callersFunctionfetchPosts
()
code/30 React Summary/18-links-navigation/src/components/PostsList.jsx:11
↓ 1 callersFunctionfetchPosts
()
code/30 React Summary/17-refactored-routes/src/components/PostsList.jsx:11
↓ 1 callersFunctionfetchPosts
()
code/30 React Summary/15-loading-state/src/components/PostsList.jsx:13
↓ 1 callersFunctionfetchPosts
()
code/30 React Summary/16-added-routing/src/components/PostsList.jsx:13
↓ 1 callersFunctionfetchUserPlaces
()
code/16 Custom Hooks/01-starting-project/src/http.js:12
↓ 1 callersFunctionfetchUserPlaces
()
code/15 HTTP Requests/08-practice-finished/src/http.js:12
↓ 1 callersFunctiongenRandomInt
(max)
code/04 Essentials Deep Dive/04-forwarding-props/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/04 Essentials Deep Dive/05-multiple-jsx-slots/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/04 Essentials Deep Dive/01-starting-project/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/04 Essentials Deep Dive/06-dynamic-component-types/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/04 Essentials Deep Dive/03-splitting-components/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/04 Essentials Deep Dive/02-fragments/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/14-managing-state/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/12-passing-custom-arguments-to-event-fn/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/06-alternative-props-syntax/src/App.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/15-deriving-computing-values/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/09-composition-children-prop/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/05-cmp-props/src/App.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/08-styles-next-to-cmp/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/07-storing-cmp-in-files/src/components/Header.jsx:5
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/10-reacting-to-events/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/17-css-styling-dynamic-styles/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/18-outputting-list-data/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/11-passing-functions-as-values/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/13-how-not-to-update-ui/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/04-html-attributes-dynamically-image-files/src/App.jsx:5
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/16-rendering-content-conditionally/src/components/Header/Header.jsx:6
↓ 1 callersFunctiongenRandomInt
(max)
code/03 React Essentials/03-using-outputting-dynamic-values/src/App.jsx:3
↓ 1 callersFunctionget
(id)
code/21 Routing/32-finished/backend/data/event.js:24
↓ 1 callersFunctionget
(id)
code/21 Routing/12-adv-starting-project/backend/data/event.js:24
↓ 1 callersFunctiongetAll
()
code/22 Authentication/09-finished/backend/data/event.js:6
↓ 1 callersFunctiongetAll
()
code/22 Authentication/01-starting-project/backend/data/event.js:6
↓ 1 callersFunctiongetAll
()
code/21 Routing/32-finished/backend/data/event.js:16
↓ 1 callersFunctiongetAll
()
code/21 Routing/12-adv-starting-project/backend/data/event.js:16
← previousnext →201–300 of 4,025, ranked by callers