This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-11
Channels
- # aws (2)
- # beginners (38)
- # boot (21)
- # boot-dev (8)
- # cider (51)
- # cljsrn (3)
- # clojars (23)
- # clojure (99)
- # clojure-austin (7)
- # clojure-brasil (1)
- # clojure-dev (8)
- # clojure-dusseldorf (1)
- # clojure-estonia (20)
- # clojure-greece (4)
- # clojure-italy (3)
- # clojure-russia (1)
- # clojure-spec (28)
- # clojure-uk (47)
- # clojurescript (47)
- # core-logic (3)
- # cursive (9)
- # data-science (1)
- # datomic (50)
- # docs (12)
- # emacs (5)
- # fulcro (60)
- # graphql (33)
- # hoplon (8)
- # jobs-discuss (1)
- # keechma (31)
- # lein-figwheel (10)
- # leiningen (4)
- # off-topic (70)
- # om (1)
- # onyx (15)
- # pedestal (5)
- # re-frame (185)
- # reagent (14)
- # remote-jobs (8)
- # ring-swagger (7)
- # rum (17)
- # shadow-cljs (193)
- # specter (6)
- # sql (51)
- # unrepl (8)
@ghopper Sadly it doesn’t look like there are that many people here… I’ve just started using rum and so far :on-change works fine for me
@lee.justin.m Yeah, unfortunately not. There have been in the past. :on-change does work find when inside a defc; the issue is when it's not directly in the macro.
@ghopper no, but I just created the channel. feel free to post questions there
Hello all. This is from the Rum README: "Rum server-side rendering does not use React or Sablono, it runs completely in JVM, without involving JavaScript at any stage."
that snippet is what happened after I added this tiny thing to an empty ring project:
Does this help? https://github.com/tonsky/rum/issues/83
@lee.justin.m thanks! I'll try it
@lee.justin.m didn't work... but not a big deal since I probably will some client components later...
@stephen067 too bad. it seems like the sheer existence of that issue means that the readme isn’t right at the very least
Tried fixing that here https://github.com/tonsky/rum/pull/157