Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 234 Bytes

s7-redux.md

File metadata and controls

14 lines (8 loc) · 234 Bytes

React Context API + Redux

Global state: Logged in user Using React Context API to manage global state

App.js --> ContextAPI |__ all components can access to global context

TodoContainer: ContextAPI |__ TodoList |__ Todo