How to use React Context effectively. Creating a shopping cart. ๐ฃ
Clone the repository and switch to the started
branch which contains the minimum assets to get started.
git clone https://github.com/vicasas/workshop-react-context.git
cd workshop-react-context
npm install
git checkout -b started origin/started
npm start
If you are curious or if you are interested in this pattern, you can learn more in this article.
Workshop React Context is MIT Licensed.