React Maybe State
Kind of like the Maybe monad but for state values. No more (this.state.foo ? (this.state.foo.bar ? f(this.state.foo.bar) : null) : null) boilerplate.
Example
{ return <div>My name this this this</div>;}
Kind of like the Maybe monad but for state values. No more (this.state.foo ? (this.state.foo.bar ? f(this.state.foo.bar) : null) : null) boilerplate.
{ return <div>My name this this this</div>;}
npm i react-maybe-state
5
1.0.0
MIT