This repo is a simple demonstration of creating global state within React using useContext
and useReducer
.
To get started, clone this repo:
git clone https://github.com/blakewilson/react-global-state
cd react-global-state
Install dependencies:
npm install
Start the App:
npm run start