m0a / typescript-fsa-redux-observable

TypeScript FSA utilities for redux-observable
MIT License
28 stars 6 forks source link

ofActionPayload helper is provided #8

Closed sgrishchenko closed 4 years ago

sgrishchenko commented 4 years ago

Sometimes it is useful to take access to payload of action in rxjs operator. I have added small halper to reduce boilerplate code a little bit.

m0a commented 4 years ago

thankyou! @sgrishchenko