Fork me on GitHub
#clojurescript
<
2020-09-02
>
grounded_sage11:09:17

How did they make it so you can just require clojure.core.async for both clojure and cljs? When it used to also require cljs.core.async in user land.

Mark Gerard12:09:21

That's some nifty stuff right there

Endre Bakken Stovner17:09:57

Are there good ways in cljs to let users select a file on the local filesystem? I'd like to have a button that lets users select a file to upload.