Proposal: New life-cycle that fires after `componentDidMount` and after the event-loop has returned but before any other reconciliation has started. Effectively, this give you a `componentDidMount` that doesn't block the visual output. It could be a good place to set up timers, subscriptions etc.