Skip to content

Instantly share code, notes, and snippets.

@kartikag01
Created August 30, 2018 07:42
Show Gist options
  • Save kartikag01/dac01e23e13252e5ae1e3930725ec796 to your computer and use it in GitHub Desktop.
Save kartikag01/dac01e23e13252e5ae1e3930725ec796 to your computer and use it in GitHub Desktop.
Before ComponentWillMount method
componentWillMount() {
this.setState({ loading: true });
this.props.fetchData(); // action dispatch
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment