react-with-state
Higher-order component abstraction for adding state management to a dumb component.
provides these props:
- state
- setState
const Counter = <div> statecount <button onClick= > Increment </button> </div> const manageCounterState = const ManagedCounter =