Skip to content

Instantly share code, notes, and snippets.

@JLarky
Created March 1, 2016 21:07
Show Gist options
  • Save JLarky/9fe5d6239988a43d8413 to your computer and use it in GitHub Desktop.
Save JLarky/9fe5d6239988a43d8413 to your computer and use it in GitHub Desktop.
constructor(dispatcher) {
super(dispatcher, () => ({
greetings: 123,
newGreeting: 123
}));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment