Fork me on GitHub
#re-frame
<
2023-12-06
>
daveliepmann16:12:23

I just ran into "https://github.com/Day8/re-frame/issues/536" The fix works, however, I lack an intuition for why we can't use a modified copy of the input map as output. What is it about a cofx map that makes it not suitable as an effects map?

p-himik16:12:00

Because coeffects aren't effects. Coeffects - inputs to event handlers. Effects - results of event handlers.

think_beret 1
daveliepmann20:12:21

If only there were a tautology emoji!