frintjs/frint

frint-react: Move subscription to componentDidMount in `observe` HoC

Open

#417 opened on Apr 11, 2018

View on GitHub
 (1 comment) (1 reaction) (0 assignees)JavaScript (746 stars) (37 forks)batch import
help wanted

Description

At the moment, it's happening in componentWillMount, which is not recommended.

Contributor guide