You might want to check out this article: https://github.com/Day8/re-frame/wiki/Alternative-dispatch%2C-routing-%26-handling
Using techniques MikeT describes there, it should be possible to slowly migrate your app to re-frame rather than undertake a rewrite. For instance, it should be possible to modify re-frame to forward any events it doesn't know about to your existing event bus. This would allow you to migrate to re-frame's event handlers piece by piece. In fact, that would probably be a useful enhancement in general - the ability to register a "default" handler that gets called for any event that doesn't have a registered handler. I'll add that to the issues and we can discuss it further there. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
