- Pros/Cons with creating large components
 - Pros/Cons for develping components in context
 - What a componenet should consist of
 - Recompose when you can: why shoot for pure instead of stateful
 
- look at agreement with-state hoc
 
- React Storybook
 - How do you test changes to components that is actually useful?
 - Jest Snapshots
 - Storyshots
 
- Snap Shot testing with Jest: https://www.youtube.com/watch?v=HAuXJVI_bUs
 - CDD: https://blog.hichroma.com/component-driven-development-ce1109d56c8e
 - Prefab components: https://blog.hichroma.com/prefabricated-components-2932bfc992ba
 - VDD: https://blog.hichroma.com/visual-test-driven-development-aec1c98bed87
 
- Recompose: https://github.com/acdlite/recompose/blob/master/docs/API.md
 - Storybook: https://github.com/storybooks/storybook
 - Storyshots: https://github.com/storybooks/storybook/tree/master/addons/storyshots
 - Styled Components: https://www.styled-components.com/