frintjs/frint

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

Open

#417 opened on Apr 11, 2018

 (1 comment) (1 reaction) (0 assignees)JavaScript (37 forks)batch import
help wanted

Repository metrics

Stars
 (746 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide