Skip to content

Instantly share code, notes, and snippets.

@JamesTheHacker
Created October 12, 2017 16:53
Show Gist options
  • Save JamesTheHacker/c2507a9f006662469e5e2661764138e2 to your computer and use it in GitHub Desktop.
Save JamesTheHacker/c2507a9f006662469e5e2661764138e2 to your computer and use it in GitHub Desktop.
constructor(reducer, initialState = {}) {
this.store = [ initialState ];
this.reducer = reducer;
this.subscribers = [];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment