Created
September 8, 2017 10:14
-
-
Save nattatorn-dev/d4f51ae64ceb3d0f67af6f6857b5ecf3 to your computer and use it in GitHub Desktop.
recompose lifecycle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ... | |
lifecycle({ | |
componentWillMount() { | |
const { subscribeToMessages } = this.props; | |
return subscribeToMessages(); | |
}, | |
}) | |
)(ChatMessages); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment