An open API service indexing awesome lists of open source software.

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

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