Hello everyone, today I'm releasing [com.wsscode/js-interop "0.0.1"]
, this library provides an alternative way to read CLJS data structures from JS using JSON-like interface. Check more details at the release post https://wilkerlucio.github.io/alternative-to-clj-js/, and I open a discussion space on Clojureverse https://clojureverse.org/t/an-alternative-to-clj-js/6591. Library code at https://github.com/wilkerlucio/js-data-interop. Cheers!
@wilkerlucio not sure, maybe a renaming the artifact to com.wsscode/js-data-interop
to unify with the github repo if itβs not too much work? But also not a big deal I think, guess itβs what namespaces are for.
I'm not attached to the name, I'll change to js-data-interop
in a next release to reduce confusion π
are you aware of https://github.com/applied-science/js-interop ?
hello, no, wasn't aware, seems a nice library for dealing with JS obj directly, the thing I'm doing is quite different with JS proxy, do you think the name is an issue?