Skip to content

Instantly share code, notes, and snippets.

@Nicktho
Last active April 6, 2016 00:46
Show Gist options
  • Save Nicktho/fb3a77ff84838f0d7827d381daba3c8c to your computer and use it in GitHub Desktop.
Save Nicktho/fb3a77ff84838f0d7827d381daba3c8c to your computer and use it in GitHub Desktop.
export function createStore(reducer, initialState) {
let currentState = initialState;
return {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment