salsita / prism

React / Redux action composition made simple http://salsita.github.io/prism/
496 stars 24 forks source link

Questions about using side-effect libraries with prism #81

Open jcheroske opened 7 years ago

jcheroske commented 7 years ago

I'm looking for a side-effect solution that can play nice with our prism-enhanced architecture. We were going to use redux-observable before I stumbled upon prism, but now I'm really not sure which way to go. Specifically, I'm wondering:

  1. Can someone post an example of a redux-observable being used alongside prism?

  2. redux-loop seems to have such a sweet effect model. Is using it with prism redundant in any way. They seem to be bringing different aspects of the elm architecture to redux, and I don't see any conflict, but I really don't know.