Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 461 Bytes

File metadata and controls

14 lines (10 loc) · 461 Bytes

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