This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-01
Channels
- # announcements (3)
- # babashka (20)
- # beginners (77)
- # calva (27)
- # cider (5)
- # clara (3)
- # clj-kondo (9)
- # cljs-dev (4)
- # cljsrn (5)
- # clojure (26)
- # clojure-europe (32)
- # clojure-italy (5)
- # clojure-nl (3)
- # clojure-uk (5)
- # clojurescript (25)
- # clojureverse-ops (4)
- # core-async (49)
- # cursive (15)
- # data-science (1)
- # datahike (4)
- # datomic (3)
- # docker (1)
- # events (1)
- # helix (5)
- # holy-lambda (3)
- # introduce-yourself (1)
- # jobs (1)
- # kaocha (2)
- # lsp (15)
- # malli (42)
- # off-topic (18)
- # pathom (18)
- # pedestal (12)
- # polylith (7)
- # rdf (1)
- # re-frame (22)
- # reitit (2)
- # releases (1)
- # remote-jobs (1)
- # rewrite-clj (33)
- # shadow-cljs (85)
- # spacemacs (3)
- # vim (12)
- # xtdb (29)
Hey guys sorry for the delay, was travelling and didn't have Slack on my phone The idea of writing the logic in CLJS and the views in JS looks good, I have to say that I don't plan to hire a team (maybe a freelancer for short period) and plan to stay a solo dev. I think in the end whether my app will be in CLJS will depend if I outsource it or not, because I will not write JS code by myself I'm way better using CLJS because I'm a functional programmer. I think that CLJS is a better choice, will definitely look into the idea of having the logic in CLJS and the views in JS Thanks a lot !
you can see an example of a project that does it this way here https://github.com/juxt/card Its using helix + js, though there are some cljs views too, you can mix and match. Mainly we did js because we can copy paste from http://tailwindui.com rather than translating all the time, but its also useful for interop. JS isn’t so bad if you don’t do any logic in it
Thanks a lot !
It's pure gold, I'm definitely going the road of views in JS/logic in CLJS thanks a lot for sharing
Just looked at the code, I have to say it's really nice