Skip to content

Instantly share code, notes, and snippets.

@pablopaul
Created November 21, 2016 12:26
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 pablopaul/7dff738a03fe570ec2bd7fd86c67609c to your computer and use it in GitHub Desktop.
Save pablopaul/7dff738a03fe570ec2bd7fd86c67609c to your computer and use it in GitHub Desktop.
Redux Store
import { createStore } from 'redux';
// reducer is the reducer we defined earlier
const store = createStore(reducer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment