madeagency / reactivity

A Bleeding Edge React Universal Boilerplate for Power Users.
MIT License
79 stars 12 forks source link

Example connecting redux-form with redux-observable #24

Open dawidvdh opened 7 years ago

dawidvdh commented 7 years ago

Hey would be useful to show how to connect redux-form and redux-observable for anyone using this boilerplate.

rocbear commented 7 years ago

@dawidvdh can you elaborate on the kind of example you'd like to see? Most of the work I've done around integrating redux-form and redux-observable is around submission based validation, where the submit run through some asynchronous action that needs to mutate the state, but might throw validation errors.

I'm happy to create an example here, but it's very specific so I was hoping you had something a bit more general in mind?