Cleaner way to change focus on child components in React Cleaner way to change focus on child components in React reactjs reactjs

Cleaner way to change focus on child components in React


There are a few ways to do this, but none are really 'better' than this.

The alternatives would use a mixin, but that brings in the mental cost of black box abstraction for little gain. I'd just keep it as is.