- Separate callbacks and data. Make sure you never have to worry about callback refs being the same between the renders. SCU should always work, mb by default?
- Remove internal state
- Introduce a built-in state reducer API which allows to have state but lifts it up automatically
- Can this be done nicely without a HOC? What is the cost of a HOC?
- Render props support built-in?