So, the api is identical to vanilla React component this.state/this.setState, but extracted to a hard-coded global somewhere, and injected back into your component via context?
> With Redux Zero your component can focus 100% on the UI
Radical.
If Redux is too much, just use stateful components. At least that way you can avoid global mutable state ;)
> With Redux Zero your component can focus 100% on the UI
Radical.
If Redux is too much, just use stateful components. At least that way you can avoid global mutable state ;)