Skip to content

Instantly share code, notes, and snippets.

@JakeGinnivan
Last active September 4, 2019 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JakeGinnivan/2a2136a256f0f5fd5bfc5a5311863ae2 to your computer and use it in GitHub Desktop.
Save JakeGinnivan/2a2136a256f0f5fd5bfc5a5311863ae2 to your computer and use it in GitHub Desktop.
function articleLoaded(id, article) {
return {
type: 'ARTICLE_LOADED',
payload: { id, article }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment