We will use this as our textbook:
First three chapters of React Up and Running https://www.safaribooksonline.com/library/view/react-up/9781491931813/
React Quickly https://www.manning.com/books/react-quickly
Before proceeding please review your JavaScript:
Functions as objects:
http://ejohn.org/apps/learn/#16
Learn about Higher Order Functions:
http://eloquentjavascript.net/05_higher_order.html
Pure Functions:
http://www.nicoespeon.com/en/2015/01/pure-functions-javascript/