Most of our components are stateless, and their props are immutable state objects. We can convert these into pure functions to avoid having to create a whole class and shouldComponentUpdate. Should be a bit easier to read and let React handle optimizations.