Skip to content

Instantly share code, notes, and snippets.

@Giagnus64
Created November 13, 2019 01:25
Show Gist options
  • Select an option

  • Save Giagnus64/138c6aec120e1d0194fce292a1b6243a to your computer and use it in GitHub Desktop.

Select an option

Save Giagnus64/138c6aec120e1d0194fce292a1b6243a to your computer and use it in GitHub Desktop.
import {createStore} from 'redux'
import rootReducer from './reducer.js'
const store = createStore(rootReducer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment