Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 920 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 920 Bytes

Workshop React Context

How to use React Context effectively. Creating a shopping cart. 🎣

Prerequisites

Getting started

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

References

If you are curious or if you are interested in this pattern, you can learn more in this article.

License

Workshop React Context is MIT Licensed.