Skip to content

Instantly share code, notes, and snippets.

@markodayan
Created February 14, 2020 13:41
Show Gist options
  • Save markodayan/1aab82ba2f4fbf563d28b17f5d634d00 to your computer and use it in GitHub Desktop.
Save markodayan/1aab82ba2f4fbf563d28b17f5d634d00 to your computer and use it in GitHub Desktop.
Redirecting to URL using props.history
handleClick = () => {
this.props.deletePost(this.props.post.id);
this.props.history.push('/'); // Redirect Action
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment