purescript-redux icon indicating copy to clipboard operation
purescript-redux copied to clipboard

:alien: Redux Bindings for PureScript

Results 2 purescript-redux issues
Sort by recently updated
recently updated
newest added

Redux doesn't require that your actions must be an object of the form `{ type : 'STRING_ACTION' }`. Why did you choose not to employ an ADT instead? Btw, I'd...

enhancement

A minimal-ish reproduction of the issue is set out below. I'm using `purescript-redux` with `purescript-react`. In short, the first reducer action (`DECREMENT`) is automatically dispatched, despite that no dispatch is...

bug