7 ms·
While it's true that you need to turn things like a NodeList from js into a clj seq you don't need to write these utilities yourself; clj->js and js->clj can bo
by eggsby 14y ago
While it's true that you need to turn things like a NodeList from js into a clj seq you don't need to write these utilities yourself; clj->js and js->clj can both be found in cljs core:
https://github.com/clojure/clojurescript/blob/master/src/cljs/cljs/core.cljs#L6927 https://github.com/clojure/clojurescript/blob/master/src/clj...