/context-global-state

Create a global state using useContext() and useReducer()

Primary LanguageJava

Global state management using React Context API

Hi , In this project we will be trying to create a global state management as redux for React context using useContext() and useReducer() which are exposed by React itself.