Fork me on GitHub
#clojurescript
<
2020-08-16
>
Chris McCormick03:08:39

Does anybody know of a simple library that does idempotent event binding so that you can do .addEventListener(...) in your code and have it not rebind every time the code reloads?

dpsutton04:08:48

Is this react?

Chris McCormick04:08:39

in the current instance yes though - document level bindings like js/window "popstate"