Skip to content

Instantly share code, notes, and snippets.

@vhnam
Created September 7, 2018 08:20
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 vhnam/b29b7c49d20c44a28f4287a8c9841dd5 to your computer and use it in GitHub Desktop.
Save vhnam/b29b7c49d20c44a28f4287a8c9841dd5 to your computer and use it in GitHub Desktop.
Redux __ Step 3
import { ADD_ARTICLE } from '../constants/action-types'
export const addArticle = article => ({ type: ADD_ARTICLE, payload: article })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment