Fork me on GitHub
#re-frame
<
2019-07-11
>
Ahmed Hassan12:07:34

how can I pass more than one arguments to reg-fx or effect handler? From map of effects inside the event handler.

metehan14:07:34

How can I stop this recursive call of :dispatch-later

mikerod15:07:28

@m373h4n put something in the db when you are done, and don’t do the :dispatch-later once you have found it

mikerod15:07:48

@ahmed1hsn you could pass the value data as another map, instead of “positional”/arity style args

joshkh19:07:57

i often see Warnings like the following in my console after firing events: [Violation] 'requestAnimationFrame' handler took <N>ms is that safe to ignore?