Readings for Lunch — [ 13 Apr 2018 ]
REACT
D3 & React
This has been the most impressive talk of the morning. How D3 and React can work together (without competing for the DOM) to create unbelievable data visualisations.
REACT
setState Machine
How to use State Machines in React to make your application's UI deterministic, predictable and automatically testable, managing the state of the components with Automata.