Skip to content

Instantly share code, notes, and snippets.

@vhnam
Created September 7, 2018 08:32
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/3905ccb9f99e5fd97f9785ede7d5fb4a to your computer and use it in GitHub Desktop.
Save vhnam/3905ccb9f99e5fd97f9785ede7d5fb4a to your computer and use it in GitHub Desktop.
Redux __ Step 4
import store from '../js/store/index'
import { addArticle } from '../js/actions/index'
window.store = store
window.addArticle = addArticle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment