/react-global-state

React Global State in 5 Minutes with Hooks (useContext, useReducer)

Primary LanguageJavaScript

React Global State in 5 Minutes with Hooks (useContext, useReducer)

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