This document outlines a method of structuring React
components, in a clean, efficient, managable way. Its based loosely around https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0, but gives a much more indepth description on how everything should fit together.
It outlines what each component type is responsible for, and how they are supposed to be structured.
app/