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:
Can someone post an example of a redux-observable being used alongside prism?
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.
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:
Can someone post an example of a redux-observable being used alongside prism?
redux-loop
seems to have such a sweet effect model. Is using it withprism
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.