author: Edson Ayllon
category: functionality
tags:
- react context
- react
status: complete
twitter: https://twitter.com/relativeread
Modular 23-2019
react context tutorial
Creates a global state object using React Context.
1. Preview
2. Getting Started
2.1 Install
Install dependencies for the React Client.
cd client
yarn || npm install
2.2 Run
Run the client. In ./client:
yarn start || npm run start
