This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-25
Channels
- # adventofcode (1)
- # announcements (1)
- # beginners (244)
- # calva (20)
- # cider (11)
- # cljs-dev (34)
- # clojure (50)
- # clojure-spec (1)
- # clojure-uk (3)
- # clojurebridge (1)
- # clojurescript (21)
- # code-reviews (1)
- # cursive (19)
- # events (1)
- # expound (1)
- # fulcro (65)
- # hyperfiddle (6)
- # luminus (3)
- # nrepl (3)
- # off-topic (23)
- # protorepl (4)
- # re-frame (18)
- # rum (11)
- # shadow-cljs (77)
- # spacemacs (8)
- # tools-deps (2)
- # unrepl (1)
- # vim (2)
what are all the known Rum starter templates?
what is ::handle
Okay I want to render 3 components in my app mounter.
How do I make an "all" component that can render all 3 without overwriting?
replied to a thread:How do I make an "all" component that can render all 3 without overwriting?
(list (top-bar) (side-bar) (hello-world))
why do i need rum/local?
like i have a textarea...
clearly the submit button has to do something....
to do something there has to be an atom with the value and the :on-change ...
what's the idiomatic way? realize it's a newb q.