Fork me on GitHub
#re-frame
<
2017-07-22
>
pandeiro00:07:01

in re-frame-http-fx, is there a way to dispatch multiple handlers in :on-success and :on-failure?

pandeiro00:07:37

These keys take a vector, but from the examples in the README, that is for additional args to be passed to the handler, not multiple handlers

pandeiro00:07:13

Could I alternately pass in a function that returns a {:dispatch-n [...]}?