This project was created as a dem for React Melbourne meetup on in May 2018
It demonstrates how to create a Function as Child Component (FACC) as well and the new context API The screen recording can be found at https://www.youtube.com/watch?v=NXHbjXc0mIU&feature=youtu.be&t=1667
- get the repo
git clone https://github.com/Mair/react-meetup-context-api
if you want to follow along from the beginning you can check out the following branches
git checkout facc_start
git checkout facc_finish
git checkout context_start
git checkout context_end