Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 379 Bytes

useReducer&ContextAPI = <3

a basic implimentation on useReducer and Context API

find the implimentation in the AdvancedAppContext

another context to manage app theme is in the AppContext

in both contexts i am exporting a customeHook in order to make the usage of the context a bit simpler

check the console to see how the state update onClick

Created with CodeSandbox