reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
emccue 2021-02-08T03:57:58.049300Z

I need to pass along namespaced keywords, so not that easy

Lu 2021-02-08T08:51:56.051400Z

(subs (str your-kw) 1) .. this handles namespaced kws too... then you can just call (keyword ..) on the string to have it back as it was