Skip to content

Instantly share code, notes, and snippets.

@vhnam
Created September 7, 2018 08:15
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/b695f7082778fe63fb6a4f9f7074c939 to your computer and use it in GitHub Desktop.
Save vhnam/b695f7082778fe63fb6a4f9f7074c939 to your computer and use it in GitHub Desktop.
Redux __ Step 2
import { createStore } from 'redux'
import { rootReducer } from '../reducers/index'
const store = createStore(rootReducer)
export default store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment