Skip to content

Instantly share code, notes, and snippets.

@rxluz
Last active January 2, 2018 20:51
Show Gist options
  • Save rxluz/2f1c1849d3c0798a89f196093bc01ac3 to your computer and use it in GitHub Desktop.
Save rxluz/2f1c1849d3c0798a89f196093bc01ac3 to your computer and use it in GitHub Desktop.
const save = (id) => {
//your save code here
return {
goToUserProfile: () => window.location.replace(`myurl.example/profile`)
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment