Create a state variable in parent component and update it in every action in which you want to make api calls and pass it as a prop to the current component. Then you can make api calls in componentWillRecieveProps of child component by checking value of same variable in nextProps param.