This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-23
Channels
- # aws-lambda (1)
- # bangalore-clj (13)
- # beginners (12)
- # boot (3)
- # cider (1)
- # cljs-dev (20)
- # clojure (208)
- # clojure-finland (1)
- # clojure-france (1)
- # clojure-russia (30)
- # clojure-serbia (12)
- # clojure-spec (7)
- # clojure-uk (14)
- # clojurescript (16)
- # cursive (6)
- # datomic (10)
- # emacs (1)
- # hoplon (4)
- # keechma (14)
- # leiningen (2)
- # off-topic (6)
- # om (43)
- # onyx (32)
- # pedestal (8)
- # perun (2)
- # re-frame (7)
- # reagent (33)
- # specter (5)
- # vim (4)
- # yada (9)
Hi, how to do this: https://facebook.github.io/react/docs/refs-and-the-dom.html#adding-a-ref-to-a-class-component With reagent?
hey guys, How can I use an other component(function) inside properties of an other component ?
<Card thumbnail='/img/carousel-1.png'
label='Sample Label'
heading='Sample Heading'
description='Sample description providing more details.'
link={<Anchor href=''
label='Sample anchor' />} />
Well, if you want Anchor to be a child of Card you can pass it like this [card ...args [anchor ...args]]
Warning: Failed prop type: Invalid prop link
of type array
supplied to Card
, expected a single ReactElement.