Skip to content

Instantly share code, notes, and snippets.

@haidarafif0809
Last active April 4, 2018 10:56
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 haidarafif0809/67bf7e9dd23905147b6120dee75be282 to your computer and use it in GitHub Desktop.
Save haidarafif0809/67bf7e9dd23905147b6120dee75be282 to your computer and use it in GitHub Desktop.
Create Store Redux
import { createStore } from 'redux'
import reducer from './reducer'
const store = createStore(reducer)
export default store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment