This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-27
Channels
- # announcements (10)
- # beginners (95)
- # biff (2)
- # calva (33)
- # cherry (1)
- # clj-kondo (16)
- # clojure (96)
- # clojure-australia (1)
- # clojure-china (1)
- # clojure-europe (42)
- # clojure-filipino (1)
- # clojure-france (2)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-nl (1)
- # clojure-norway (24)
- # clojure-sg (11)
- # clojure-taiwan (1)
- # clojure-uk (1)
- # clojurescript (21)
- # cursive (22)
- # data-science (3)
- # events (7)
- # fulcro (3)
- # graalvm (4)
- # gratitude (6)
- # helix (11)
- # honeysql (7)
- # hoplon (1)
- # introduce-yourself (1)
- # jobs (2)
- # jobs-discuss (16)
- # lsp (15)
- # malli (14)
- # nbb (73)
- # practicalli (3)
- # reagent (8)
- # reitit (5)
- # releases (1)
- # ring (5)
- # rum (3)
- # sci (17)
- # scittle (7)
- # shadow-cljs (22)
- # tools-deps (26)
- # xtdb (9)
@lilactown is there any plans to support helix on https://github.com/squint-cljs/squint/?
Sorry if you said this before, but this project looks promising and I saw that you are involved :)
helix fundamentally eases the interop between JS and CLJS, providing a nice API for passing and accepting props objects in our CLJS code. in Squint, there's no need to convert back and forth from JS to CLJS, since squint uses JS data structures by default
I think it also has first class support for JSX last I checked, so you can write your hiccup without needing the macro-magic of $
to make it fast 🙂
I got involved because squint is the kind of project that I think would make helix obsolete if CLJS worked the way it does!
Cool makes total sense, sorry for the dumb question, I just really like the helix DX, so I wondered if was possible to have that with minimal bundle size I just saw the cherry's react sample and is totally in sync with what you said.