Fork me on GitHub
#reagent
<
2018-05-02
>
juhoteperi05:05:49

@pmooser Reagent implementation uses componentWillMount, componentWillUnmount and shouldComponentUpdate internally. There is no way around this currently.

juhoteperi06:05:56

Fortunately I think only componentWillMount is only one that is going to be deprecated, hopefully it won't be to hard to modify Reagent to not use that.