This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-05
Channels
- # announcements (3)
- # babashka (135)
- # beginners (82)
- # calva (55)
- # chlorine-clover (23)
- # cider (13)
- # clara (1)
- # clj-kondo (39)
- # cljs-dev (1)
- # cljsrn (2)
- # clojure (96)
- # clojure-france (3)
- # clojure-uk (24)
- # clojuredesign-podcast (1)
- # clojurescript (56)
- # conjure (73)
- # core-typed (1)
- # cursive (1)
- # datomic (10)
- # fulcro (57)
- # joker (4)
- # juxt (1)
- # malli (20)
- # meander (2)
- # off-topic (54)
- # re-frame (4)
- # reagent (3)
- # shadow-cljs (11)
- # spacemacs (6)
- # sql (26)
- # tools-deps (7)
I'm hacking around building some dev tools with re-frame. Is there any function I can use from re-frame or internal data structure I can overwrite to reset the event registry? Want to remove everything that got registered. Scanned the code quickly and didn't find it, so asking here while I dig deeper
I guess I can call make-restore-fn
before doing anything else, then use that to reset
that's indeed the function I'm looking for. Thanks a lot @U2FRKM4TW, helpful as always! :thumbsup:
👍 4