Fork me on GitHub
#reagent
<
2016-08-18
>
tianshu13:08:12

How can i define a constructor for a component generate by reactify-component.

pesterhazy13:08:58

what do you mean by constructor?

tianshu13:08:02

after (r/reactify-component (:component screen))

tianshu13:08:30

Maybe i should use component-will-mount

tianshu13:08:37

it will do the same job.

escherize23:08:24

How do i translate this to css rule to an inline reagent style?

input:focus, textarea:focus {
    outline: none;
}