shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
Helins 2021-01-31T09:02:37.274700Z

All right, I guess it must be a very unusual request anyways

2021-01-31T12:24:16.275300Z

Hello all - I have some edn files on my classpath. What is the best way to read the data structures for a browser application with shadow-cljs?

2021-01-31T12:37:27.275400Z

ask a question an you find the answer 😂

(-> "path/to/edn" shadow.resource/inline clojure.reader/read-string)