2
(defn place-background []
[:div {:class "pbackground"
:style {:height (:fullheight @app-state)}}])
(reagent/render-appendChild [place-background]
(. js/document (getElementById "container")))
私はレンダリングコンポーネントを使用する場合、それはコンテンツ
しかし、私は、複製したい場合に置き換えられますので、?例えば、 (draw {:width "200px:height" 200px "}) (draw {:width" 200px:height "200px"})のように、 –