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-statecd react-global-stateInstall dependencies:
npm installStart the App:
npm run start