Skip to content

Instantly share code, notes, and snippets.

@JohnRandom
Created December 1, 2016 12:43
Show Gist options
  • Save JohnRandom/0b2e9b2614508441a6662079675a74be to your computer and use it in GitHub Desktop.
Save JohnRandom/0b2e9b2614508441a6662079675a74be to your computer and use it in GitHub Desktop.
function push(url) {
return {
type: 'PUSH_URL',
payload: url
}
}
function replace(url) {
return {
type: 'REPLACE_URL',
payload: url
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment