Skip to content

Instantly share code, notes, and snippets.

@JLarky
Created March 11, 2016 07: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 JLarky/761f9584da9576b6e96c to your computer and use it in GitHub Desktop.
Save JLarky/761f9584da9576b6e96c to your computer and use it in GitHub Desktop.
constructor(dispatcher) {
super(dispatcher, () => ({
greetings: [],
newGreeting: ''
}));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment