-
React + Next opinion question: what's your preference when adding getInitialProps? a) Extend React.Component and add static class method? b) Add getInitialProps to a pure/stateless component? Thinking about this, given the lean away from classes in react-world at the moment.