Skip to content

taiseen/react_context_api_reducer_book_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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