More stateful effects to override
chpill opened this issue · 1 comments
chpill commented
While looking at #1, I also noticed a problem with the effects that are registered in https://github.com/Day8/re-frame/blob/cf61b2db1da360687c6b247888b29fb58bedf7cb/src/re_frame/fx.cljc
:dispatch
:dispatch-later
and :dispatch-n
all use the global dispatch. :deregister-event-handler
uses the global registry.
So we will also need to swap them with "local" version when we instanciate a frank
...
The solution here will depend on what comes out of #1