Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dceddia/pure-react-lessons-code
/ functions
Functions
749 in github.com/dceddia/pure-react-lessons-code
⨍
Functions
749
◇
Types & classes
71
↓ 1 callers
Function
updatePet
5-API-Requests/14-after-delete-pet/src/api.js:28
↓ 1 callers
Function
updatePet
5-API-Requests/12-after-put-to-update/src/api.js:28
↓ 1 callers
Function
updatePet
5-API-Requests/14-before-delete-pet/src/api.js:28
↓ 1 callers
Function
updatePet
5-API-Requests/13-after-create-PetForm/src/api.js:28
↓ 1 callers
Function
useCoffeeMaker
(water, coffee)
4-Hooks/05-after-usestate-custom-hook/src/index.js:5
Function
Alert
({ children, title })
2-EasingIntoReact/10-after-children/src/index.js:11
Function
App
()
2-EasingIntoReact/10-after-children/src/index.js:19
Function
App
()
4-Hooks/04-before-usestate-complex-values/src/index.js:5
Function
App
()
4-Hooks/05-after-usestate-custom-hook/src/index.js:38
Function
App
()
4-Hooks/03-before-multiple-usestate/src/index.js:5
Function
App
()
4-Hooks/14-after-refactor-lifecycles-to-hooks/src/index.js:6
Function
App
()
4-Hooks/05-before-usestate-custom-hook/src/index.js:5
Function
App
()
4-Hooks/04-after-usestate-complex-values/src/index.js:5
Function
App
()
4-Hooks/14-before-refactor-lifecycles-to-hooks/src/index.js:6
Function
App
()
4-Hooks/03-after-multiple-usestate/src/index.js:5
Function
App
()
6-Context/12-before-context-default-value/src/index.js:20
Function
App
()
6-Context/12-after-context-default-value/src/index.js:26
Function
App
()
3-ReactClasses/09-before-shopper-ItemPage/src/index.js:12
Function
Author
({ author })
2-EasingIntoReact/13-after-deploy/src/index.js:46
Function
Author
({ author })
2-EasingIntoReact/12-after-proptypes-tweet/src/index.js:42
Function
Author
({ author })
2-EasingIntoReact/12-before-proptypes-tweet/src/index.js:36
Function
Author
({ author })
2-EasingIntoReact/07-after-split-into-files/src/Author.js:3
Function
Author
({ author })
2-EasingIntoReact/07-before-split-into-files/src/index.js:36
Function
Author
({ author })
2-EasingIntoReact/13-before-deploy/src/index.js:46
Function
Avatar
({ hash })
2-EasingIntoReact/13-after-deploy/src/index.js:29
Function
Avatar
()
2-EasingIntoReact/05-after-static-tweet/src/index.js:57
Function
Avatar
({ hash })
2-EasingIntoReact/12-after-proptypes-tweet/src/index.js:29
Function
Avatar
({ hash })
2-EasingIntoReact/12-before-proptypes-tweet/src/index.js:25
Function
Avatar
({ hash })
2-EasingIntoReact/07-after-split-into-files/src/Avatar.js:3
Function
Avatar
({ hash })
2-EasingIntoReact/07-before-split-into-files/src/index.js:25
Function
Avatar
({ hash })
2-EasingIntoReact/13-before-deploy/src/index.js:29
Function
Avatar
({ hash })
2-EasingIntoReact/06-after-props-tweet/src/index.js:38
Function
Button
({ onClick })
4-Hooks/17-before-useCallback/src/index.js:18
Function
CartPage
({ items, onPageChange })
3-ReactClasses/13-after-shopper-CheckoutPage/src/CartPage.js:22
Function
CartPage
()
3-ReactClasses/11-after-shopper-CartPage/src/CartPage.js:3
Function
CartPage
()
3-ReactClasses/11-before-shopper-CartPage/src/CartPage.js:3
Function
CartPage
()
3-ReactClasses/10-after-shopper-add-to-cart/src/CartPage.js:3
Function
CartPage
({ items })
3-ReactClasses/13-before-shopper-CheckoutPage/src/CartPage.js:22
Function
CommitMessage
({ commit })
2-EasingIntoReact/09-after-github-file-list/src/index.js:26
Function
Countdown
({ startTime })
4-Hooks/14-after-refactor-lifecycles-to-hooks/src/Countdown.js:7
Function
Counter
({ initialCount })
1-ModernJS/07-after-destructuring/index.js:44
Function
Custom
()
2-EasingIntoReact/02-after-createElement/src/index.js:4
Function
Demo
()
4-Hooks/16-before-initialize-useState-with-function/src/index.js:15
Function
Demo
()
4-Hooks/15-before-useMemo/src/index.js:15
Function
Demo
()
4-Hooks/16-after-initialize-useState-with-function/src/index.js:15
Function
Demo
()
4-Hooks/17-after-useCallback/src/index.js:4
Function
Demo
()
4-Hooks/17-before-useCallback/src/index.js:4
Function
Demo
()
4-Hooks/15-after-useMemo/src/index.js:15
Function
EmailProvider
({ children })
6-Context/10-after-wrap-providers/src/EmailContext.js:47
Function
EmailProvider
({ children })
6-Context/07-after-fetch-emails-setInterval/src/EmailContext.js:46
Function
EmailProvider
({ children })
6-Context/06-before-context-state-with-useReducer/src/EmailContext.js:10
Function
EmailProvider
({ children })
6-Context/09-before-cleanup-notifications/src/EmailContext.js:47
Function
EmailProvider
({ children })
6-Context/10-before-wrap-providers/src/EmailContext.js:47
Function
EmailProvider
({ children })
6-Context/11-after-optimize-performance/src/EmailContext.js:49
Function
EmailProvider
({ children })
6-Context/08-after-notifications/src/EmailContext.js:47
Function
EmailProvider
({ children })
6-Context/09-after-cleanup-notifications/src/EmailContext.js:47
Function
EmailProvider
({ children })
6-Context/06-after-context-state-with-useReducer/src/EmailContext.js:40
Function
EmailProvider
({ children })
6-Context/08-before-notifications/src/EmailContext.js:46
Function
EmailProvider
({ children })
6-Context/05-after-multiple-contexts-EmailContext/src/EmailContext.js:10
Function
EmailProvider
({ children })
6-Context/11-before-optimize-performance/src/EmailContext.js:47
Function
EmailProvider
({ children })
6-Context/07-before-fetch-emails-setInterval/src/EmailContext.js:40
Function
FancyButton
6-Context/12-before-context-default-value/src/index.js:7
Function
FancyButton
6-Context/12-after-context-default-value/src/index.js:7
Function
FileIcon
({ file })
2-EasingIntoReact/09-after-github-file-list/src/index.js:39
Function
FileList
({ files })
2-EasingIntoReact/09-after-github-file-list/src/index.js:6
Function
FileListItem
({ file })
2-EasingIntoReact/09-after-github-file-list/src/index.js:16
Function
FileName
({ file })
2-EasingIntoReact/09-after-github-file-list/src/index.js:30
Function
Header
({ onLogout })
6-Context/10-after-wrap-providers/src/Header.js:4
Function
Header
({ onLogout })
6-Context/04-before-custom-hooks-for-context/src/Header.js:4
Function
Header
({ onLogout })
6-Context/07-after-fetch-emails-setInterval/src/Header.js:4
Function
Header
({ onLogout })
6-Context/03-after-create-provider-component/src/Header.js:4
Function
Header
({ onLogout })
6-Context/06-before-context-state-with-useReducer/src/Header.js:4
Function
Header
({ onLogout })
6-Context/03-before-create-provider-component/src/Header.js:4
Function
Header
({ onLogout })
6-Context/02-before-pass-actions-through-context/src/Header.js:4
Function
Header
({ onLogout })
6-Context/09-before-cleanup-notifications/src/Header.js:4
Function
Header
({ onLogout })
6-Context/10-before-wrap-providers/src/Header.js:4
Function
Header
({ onLogout })
6-Context/04-after-custom-hooks-for-context/src/Header.js:4
Function
Header
({ onLogout })
6-Context/11-after-optimize-performance/src/Header.js:4
Function
Header
({ onLogout })
6-Context/01-after-pass-data-with-context/src/Header.js:4
Function
Header
({ onLogout })
6-Context/08-after-notifications/src/Header.js:4
Function
Header
({ onLogout })
6-Context/09-after-cleanup-notifications/src/Header.js:4
Function
Header
({ onLogout })
6-Context/05-before-multiple-contexts-EmailContext/src/Header.js:4
Function
Header
({ onLogout })
6-Context/06-after-context-state-with-useReducer/src/Header.js:4
Function
Header
({ onLogout })
6-Context/02-after-pass-actions-through-context/src/Header.js:4
Function
Header
({ onLogout })
6-Context/08-before-notifications/src/Header.js:4
Function
Header
({ onLogout })
6-Context/05-after-multiple-contexts-EmailContext/src/Header.js:4
Function
Header
({ onLogout })
6-Context/11-before-optimize-performance/src/Header.js:4
Function
Header
({ onLogout })
6-Context/07-before-fetch-emails-setInterval/src/Header.js:4
Function
Header
({ currentUser, onLogout })
6-Context/01-before-pass-data-with-context/src/Header.js:4
Function
HelloWorld
()
2-EasingIntoReact/02-after-createElement/src/index.js:8
Function
HelloWorld
()
2-EasingIntoReact/03-before-jsx-html-differences/src/index.js:4
Function
HelloWorld
()
2-EasingIntoReact/02-before-createElement/src/index.js:4
Function
HelloWorld
()
2-EasingIntoReact/01-after-hello-world/src/index.js:4
Function
HelloWorld
()
2-EasingIntoReact/03-after-jsx-html-differences/src/index.js:5
Function
IconButton
()
2-EasingIntoReact/10-before-children/src/index.js:5
Function
IconButton
({ children })
2-EasingIntoReact/10-after-children/src/index.js:5
Function
Item
({ className })
Livestream-JS-Essentials/06-after-destructuring/index.js:33
Function
Item
({ item, children })
3-ReactClasses/12-after-shopper-cart-items-and-total/src/Item.js:3
Function
Item
({ item, children })
3-ReactClasses/12-before-shopper-cart-items-and-total/src/Item.js:3
Function
Item
({ item, onAddToCart, children })
3-ReactClasses/13-after-shopper-CheckoutPage/src/Item.js:3
← previous
next →
201–300 of 749, ranked by callers