Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created November 15, 2017 22:37
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 christiannwamba/9899399d7a81fdc51e542be1896264f9 to your computer and use it in GitHub Desktop.
Save christiannwamba/9899399d7a81fdc51e542be1896264f9 to your computer and use it in GitHub Desktop.
import { createStore } from‘ redux’;
let store = createStore(indexReducer);
let signUpInfo = {
username: ‘Chris’,
email: ‘redux @frameworks.io’
};
store.dispatch(signUpUser(signUpInfo));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment