Skip to content

Instantly share code, notes, and snippets.

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