This is the repo for a mini presentation at Phoenix React JS. The purpose of this presentation is to show off the ease of use for context and useContext in React. How it can help to avoid prop drilling and even reaching for something like Redux, when you might not need to.
This is repo is purely meant for educational and thought invoking purposes only.
- Clone the repo.
$ git clone git@github.com:garretttaco/just-useContext.git
- Set the Node version.
$ nvm use
- Install the dependancies.
$ npm i
- Run the app
$ npm start