This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-05
Channels
- # admin-announcements (3)
- # architecture (1)
- # beginners (16)
- # boot (14)
- # cljsrn (205)
- # clojars (4)
- # clojure (100)
- # clojure-austin (2)
- # clojure-india (1)
- # clojure-poland (7)
- # clojure-russia (95)
- # clojure-spec (25)
- # clojure-uk (127)
- # clojurescript (32)
- # core-async (7)
- # cursive (2)
- # datascript (4)
- # datomic (3)
- # editors-rus (1)
- # emacs (8)
- # events (10)
- # funcool (5)
- # gorilla (2)
- # hoplon (6)
- # jobs (1)
- # lein-figwheel (7)
- # leiningen (2)
- # luminus (11)
- # om (7)
- # onyx (119)
- # other-languages (31)
- # proto-repl (1)
- # proton (37)
- # protorepl (3)
- # re-frame (60)
- # reagent (8)
- # spacemacs (9)
- # specter (21)
- # spirituality-ethics (2)
- # yada (10)
If I create my component wrapper foo* for someone else's component, foo, and the wrapper just looks like this: (defn foo* [props] [foo (merge my-defaults props)])
, will this create another level of indirection in the react tree?
If so, does it matter? If not, how does this work? 🙂
Hi. I am quite new to this whole rea* story. Could someone please give some some pointers to where I can find information on how to display pre-rendered HTML that I get from a server in a component, please. I feel rather stupid right now.
Merci, @escherize
@ska, for all doc needs, check the re-frame wiki: https://github.com/Day8/re-frame/wiki/More-advanced-Reagent-techniques