This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-06
Channels
- # adventofcode (181)
- # aws (6)
- # beginners (112)
- # boot (38)
- # cider (11)
- # cljs-dev (12)
- # cljsrn (2)
- # clojure (187)
- # clojure-greece (31)
- # clojure-italy (19)
- # clojure-new-zealand (1)
- # clojure-poland (1)
- # clojure-spec (20)
- # clojure-uk (114)
- # clojurescript (97)
- # core-logic (25)
- # cursive (3)
- # data-science (17)
- # datascript (3)
- # datomic (23)
- # defnpodcast (1)
- # duct (5)
- # emacs (3)
- # fulcro (299)
- # graphql (108)
- # jobs (1)
- # juxt (4)
- # lein-figwheel (7)
- # leiningen (1)
- # lumo (9)
- # nrepl (2)
- # off-topic (10)
- # om (2)
- # onyx (36)
- # pedestal (1)
- # perun (3)
- # re-frame (14)
- # reagent (12)
- # ring (2)
- # rum (11)
- # shadow-cljs (6)
- # spacemacs (4)
- # unrepl (8)
usually anything that's gonna be rendered in a sequence you can use rum.core/with-keys with it to put the react keys in
thank you I gotta figure out how to use that
Is rum support hiccup style on ReactiveNative? - https://github.com/tonsky/rum/issues/155
@netpyoung Why do you want to use that syntax instead of a normal function call?
It is more easy to be noticed. I want to use () for function call not for component. I want to distict () ,[]. reagent support that (def image (r/adapt-react-class (.-Image ReactNative)))
https://github.com/mathieuroblin/baguette-tv/blob/master/src/baguette_tv/android/core.cljs https://github.com/J-ogawa/follower/blob/master/src/follower/ios/core.cljs I can see quickly what is view, what is function