Fork me on GitHub
#re-frame
<
2019-09-13
>
eskemojoe00718:09:51

That's what I thought. I just see a lot of other people do it the other way.

johanatan21:09:12

hi, is it possible to have an effect handler implemented in terms of other effects? i.e., i want my effect handler to generate more effects. the return value is ignored from an effect handler so is there another way to do this?

johanatan22:09:39

i.e., dispatch an 'effect' rather than an 'event' would do the trick here.

johanatan22:09:45

anything analogous to that?

johanatan22:09:07

i solved this by creating an intermediate event-fx and just dispatching on that event from the original effect handler. would like to know if there is a more direct way however.