Skip to content

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

Notifications You must be signed in to change notification settings

blakewilson/react-global-state

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published