Readings for Lunch — [ 03 Jul 2017 ]
IMAGE OF THE DAY

Glitters at Glastonbury – Yui Mok/PA Wire
REACT
Single Responsibility Components: Object-Oriented Design in React
In this short video-episode, Glen Maddern shows how one idea from OO—The Single Responsibility Principle—can help us design and extract (read: refactor) more readable, reusable, and maintainable React components.
REACT
Refactoring ReactJS Components (guided by tests)
In this screencast Jack Franklin looks at a React component that needs refactoring and splitting up, and refactor it whilst using and updating the tests to ensure all functionality is working.