https://github.com/taiseen/react_context_api_reducer_book_list
https://github.com/taiseen/react_context_api_reducer_book_list
createcontext-hooks dispatch react usecontext-hook useeffect-hook usereducer-hook usestate-hook
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taiseen/react_context_api_reducer_book_list
- Owner: taiseen
- Created: 2021-05-27T19:06:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T20:31:42.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T18:51:21.627Z (4 months ago)
- Topics: createcontext-hooks, dispatch, react, usecontext-hook, useeffect-hook, usereducer-hook, usestate-hook
- Language: JavaScript
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book List | React App
## createContext + useContext + useReducer + useEffect + useState
## Focus on using context the the component tree.
## Topic of Focus:
- useReducer with BookReducer function
- Wrap up all components by the Context Provider Components
- Use { props.children } at context creating time
- Object Destructuring at receiver level components
- Generally use sending objects from Context Provider Components