This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-03
Channels
- # ai (1)
- # announcements (1)
- # beginners (5)
- # biff (23)
- # clojure (3)
- # clojure-europe (4)
- # clojure-norway (22)
- # clojurescript (21)
- # data-science (1)
- # datascript (5)
- # graalvm (2)
- # gratitude (2)
- # humbleui (4)
- # hyperfiddle (10)
- # lsp (46)
- # off-topic (15)
- # pedestal (1)
- # reitit (3)
- # shadow-cljs (12)
- # sql (4)
Hi, I'm looking for a vite configuration to compile jsx into a format that shadow-cljs can consume. the objective is to be able to use Javascript version of shadcn-ui https://ui.shadcn.com/docs/cli.
I don't know any vite options, so cannot help there. as far as shadow-cljs is concerned you just need to generate JS files, any common format will do. just needs to be JS, so no jsx or TS
Hi! I've been using Conjure for a while now to REPL into shadow-cljs. The Conjure command ends up calling shadow.cljs.devtools.api/nrepl-select
, which works great. But I'd like to choose between different runtimes of a build. How could I accomplish this?
you call (shadow.cljs.devtools.api/repl :the-build-id {:runtime-id <the-id-you-want>})
technically conjure could query shadow-cljs and ask for the runtimes and let you select, but I don't think it supports that