Skip to content

Instantly share code, notes, and snippets.

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