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 callersFunctionisPrime
(number)
code/12 Behind the Scenes/01-starting-project/src/components/Counter/Counter.jsx:9
↓ 1 callersFunctionisPrime
(number)
code/12 Behind the Scenes/03-usememo/src/components/Counter/Counter.jsx:9
↓ 1 callersFunctionisPrime
(number)
code/12 Behind the Scenes/02-avoiding-cmp-execution-with-memo/src/components/Counter/Counter.jsx:9
↓ 1 callersFunctionisValidEmail
(value)
code/22 Authentication/09-finished/backend/util/validation.js:14
↓ 1 callersFunctionisValidEmail
(value)
code/22 Authentication/01-starting-project/backend/util/validation.js:14
↓ 1 callersFunctionisValidPassword
(password, storedPassword)
code/22 Authentication/09-finished/backend/util/auth.js:15
↓ 1 callersFunctionisValidPassword
(password, storedPassword)
code/22 Authentication/01-starting-project/backend/util/auth.js:15
↓ 1 callersFunctionloadEvent
(id)
code/22 Authentication/05-storing-using-token/src/pages/EventDetail.js:35
↓ 1 callersFunctionloadEvent
(id)
code/22 Authentication/09-finished/frontend/src/pages/EventDetail.js:35
↓ 1 callersFunctionloadEvent
(id)
code/22 Authentication/07-update-ui/src/pages/EventDetail.js:35
↓ 1 callersFunctionloadEvent
(id)
code/22 Authentication/01-starting-project/frontend/src/pages/EventDetail.js:34
↓ 1 callersFunctionloadEvent
(id)
code/22 Authentication/04-signup/src/pages/EventDetail.js:34
↓ 1 callersFunctionloadEvent
(id)
code/22 Authentication/03-query-parameters/src/pages/EventDetail.js:34
↓ 1 callersFunctionloadEvent
(id)
code/22 Authentication/02-project-setup/src/pages/EventDetail.js:34
↓ 1 callersFunctionloadEvent
(id)
code/22 Authentication/08-route-protection/src/pages/EventDetail.js:35
↓ 1 callersFunctionloadEvent
(id)
code/22 Authentication/06-logout/src/pages/EventDetail.js:35
↓ 1 callersFunctionloadEvent
(id)
code/21 Routing/31-defer-introduction/src/pages/EventDetail.js:33
↓ 1 callersFunctionloadEvent
(id)
code/21 Routing/32-finished/frontend/src/pages/EventDetail.js:33
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/05-storing-using-token/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/05-storing-using-token/src/pages/EventDetail.js:51
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/09-finished/frontend/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/09-finished/frontend/src/pages/EventDetail.js:51
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/07-update-ui/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/07-update-ui/src/pages/EventDetail.js:51
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/01-starting-project/frontend/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/01-starting-project/frontend/src/pages/EventDetail.js:50
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/04-signup/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/04-signup/src/pages/EventDetail.js:50
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/03-query-parameters/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/03-query-parameters/src/pages/EventDetail.js:50
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/02-project-setup/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/02-project-setup/src/pages/EventDetail.js:50
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/08-route-protection/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/08-route-protection/src/pages/EventDetail.js:51
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/06-logout/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/22 Authentication/06-logout/src/pages/EventDetail.js:51
↓ 1 callersFunctionloadEvents
()
code/21 Routing/31-defer-introduction/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/21 Routing/31-defer-introduction/src/pages/EventDetail.js:46
↓ 1 callersFunctionloadEvents
()
code/21 Routing/32-finished/frontend/src/pages/Events.js:20
↓ 1 callersFunctionloadEvents
()
code/21 Routing/32-finished/frontend/src/pages/EventDetail.js:46
↓ 1 callersFunctionloadOpinions
()
code/17b Form Actions/06-adv-starting-project/src/store/opinions-context.jsx:14
↓ 1 callersFunctionloadOpinions
()
code/17b Form Actions/09-useformstatus/src/store/opinions-context.jsx:14
↓ 1 callersFunctionloadOpinions
()
code/17b Form Actions/07-practice-solution/src/store/opinions-context.jsx:14
↓ 1 callersFunctionloadOpinions
()
code/17b Form Actions/08-async-form-action/src/store/opinions-context.jsx:14
↓ 1 callersFunctionloadOpinions
()
code/17b Form Actions/12-optimistic-updating/src/store/opinions-context.jsx:14
↓ 1 callersFunctionloadOpinions
()
code/17b Form Actions/10-multiple-actions/src/store/opinions-context.jsx:14
↓ 1 callersFunctionloadOpinions
()
code/17b Form Actions/11-useactionstate-pending/src/store/opinions-context.jsx:14
↓ 1 callersFunctionremove
(id)
code/22 Authentication/09-finished/backend/data/event.js:50
↓ 1 callersFunctionremove
(id)
code/22 Authentication/01-starting-project/backend/data/event.js:50
↓ 1 callersFunctionremove
(id)
code/21 Routing/32-finished/backend/data/event.js:60
↓ 1 callersFunctionremove
(id)
code/21 Routing/12-adv-starting-project/backend/data/event.js:60
↓ 1 callersFunctionreplace
(id, data)
code/22 Authentication/09-finished/backend/data/event.js:34
↓ 1 callersFunctionreplace
(id, data)
code/22 Authentication/01-starting-project/backend/data/event.js:34
↓ 1 callersFunctionreplace
(id, data)
code/21 Routing/32-finished/backend/data/event.js:44
↓ 1 callersFunctionreplace
(id, data)
code/21 Routing/12-adv-starting-project/backend/data/event.js:44
↓ 1 callersFunctionreportWebVitals
(onPerfEntry?: ReportHandler)
code/29 React TypeScript/07-react-ts-starting-project/src/reportWebVitals.ts:3
↓ 1 callersFunctionsaveMeal
(meal)
code/25 NextJS App Router Introduction/29-working-with-server-action-responses-useformstate/lib/meals.js:20
↓ 1 callersFunctionsaveMeal
(meal)
code/25 NextJS App Router Introduction/27-managing-form-submission-useformstatus/lib/meals.js:20
↓ 1 callersFunctionsaveMeal
(meal)
code/25 NextJS App Router Introduction/32-s3-file-storage/lib/meals.js:28
↓ 1 callersFunctionsaveMeal
(meal)
code/25 NextJS App Router Introduction/31-adding-dynamic-metadata/lib/meals.js:20
↓ 1 callersFunctionsaveMeal
(meal)
code/25 NextJS App Router Introduction/26-storing-uploaded-images-and-data/lib/meals.js:20
↓ 1 callersFunctionsaveMeal
(meal)
code/25 NextJS App Router Introduction/28-adding-server-side-input-validation/lib/meals.js:20
↓ 1 callersFunctionsaveMeal
(meal)
code/25 NextJS App Router Introduction/30-triggering-cache-revalidations/lib/meals.js:20
↓ 1 callersFunctionsaveOpinion
(opinion)
code/17b Form Actions/06-adv-starting-project/backend/app.js:15
↓ 1 callersFunctionsaveOpinion
(opinion)
code/17b Form Actions/09-useformstatus/backend/app.js:15
↓ 1 callersFunctionsaveOpinion
(opinion)
code/17b Form Actions/07-practice-solution/backend/app.js:15
↓ 1 callersFunctionsaveOpinion
(opinion)
code/17b Form Actions/08-async-form-action/backend/app.js:15
↓ 1 callersFunctionsaveOpinion
(opinion)
code/17b Form Actions/12-optimistic-updating/backend/app.js:15
↓ 1 callersFunctionsaveOpinion
(opinion)
code/17b Form Actions/10-multiple-actions/backend/app.js:15
↓ 1 callersFunctionsaveOpinion
(opinion)
code/17b Form Actions/11-useactionstate-pending/backend/app.js:15
↓ 1 callersFunctionsendCartData
(cart)
code/20 Advanced Redux/05-using-an-action-creator-thunk/src/store/cart-slice.js:46
↓ 1 callersFunctionsendCartData
(cart)
code/20 Advanced Redux/06-finished/src/store/cart-actions.js:40
↓ 1 callersFunctionsendCartData
()
code/20 Advanced Redux/04-handling-http-states-feedback-with-redux/src/App.js:19
↓ 1 callersFunctionsendHttpRequest
(url, config)
code/18 Practice Project - Food Order/12-finishing-touches/src/hooks/useHttp.js:3
↓ 1 callersFunctionsendHttpRequest
(url, config)
code/18 Practice Project - Food Order/11-adding-a-custom-http-hook/src/hooks/useHttp.js:3
↓ 1 callersFunctionsendHttpRequest
(url, config)
code/18 Practice Project - Food Order/13-managing-form-status-actions/src/hooks/useHttp.js:3
↓ 1 callersFunctionsendRequest
()
code/20 Advanced Redux/05-using-an-action-creator-thunk/src/store/cart-slice.js:56
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/16 Custom Hooks/03-finished/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/16 Custom Hooks/02-creating-a-custom-hook/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/16 Custom Hooks/01-starting-project/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/15 HTTP Requests/05-sending-data/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/15 HTTP Requests/08-practice-finished/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/15 HTTP Requests/07-deleting/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/15 HTTP Requests/06-optimistic-updating/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/15 HTTP Requests/04-extracting-code/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/11 Side Effects useEffect/04-understanding-effect-dependencies/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/11 Side Effects useEffect/06-the-usecallback-hook/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/11 Side Effects useEffect/05-introducing-cleanup-fn/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/11 Side Effects useEffect/08-optimizing-state-updates/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/11 Side Effects useEffect/03-useeffect-not-needed/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/11 Side Effects useEffect/02-using-useeffect/src/loc.js:20
↓ 1 callersFunctionsortPlacesByDistance
(places, lat, lon)
code/11 Side Effects useEffect/07-cleanup-another-example/src/loc.js:20
↓ 1 callersFunctionstorePosts
(posts)
attachments/30 React Summary/dummy-backend/data/posts.js:10
↓ 1 callersFunctionstorePosts
(posts)
code/30 React Summary/21-finished/backend/data/posts.js:10
↓ 1 callersFunctiontoggleFav
code/27 Replacing Redux with Hooks/01-starting-project/src/store/actions/products.js:3
↓ 1 callersFunctiontoggleFav
code/27 Replacing Redux with Hooks/02-context-api-summary/src/store/actions/products.js:3
↓ 1 callersFunctiontoggleFav
code/27 Replacing Redux with Hooks/03-getting-started-with-a-custom-hook/src/store/actions/products.js:3
↓ 1 callersFunctiontoggleItem
(id)
code/27 Patterns/08-debouncing/src/components/Accordion/Accordion.jsx:24
↓ 1 callersFunctiontoggleItem
(id)
code/27 Patterns/07-handling-keys/src/components/Accordion/Accordion.jsx:24
↓ 1 callersFunctiontoggleItem
(id)
code/27 Patterns/04-adding-extra-components/src/components/Accordion/Accordion.jsx:24
← previousnext →401–500 of 4,025, ranked by callers