Fork me on GitHub
#clojurescript
<
2022-12-07
>
caumond07:12:10

Hi, I have a bb task testing my cljs script and would like to run this in a Docker container. I already tried many different images, based on Dockerfile examples but I have difficulties to merge them. So I need to build an image with: ubuntu (ideally) + clojure + clojurescript + npm + puppeteer with an headless browser. The real pain to me is the headless stuff which always have something wrong during my tests. If you have some fully working example, I'd be glad to test it.

1️⃣ 1
hoynk20:12:16

Coming from Elm, is there something like elm-ui for clojurescript?

Matthew Downey21:12:17

Just watched the talk, looks very cool, now I'm also curious if there is some kind of equivalent!

tatut05:12:16

elm-ui is a component library? looks like the closest thing would be reagent + some react component library

tatut05:12:00

and there’s re-com

tatut05:12:53

I doubt such a thing is even possible

👍 2