Skip to content

Instantly share code, notes, and snippets.

@JamesTheHacker
Created October 12, 2017 16:08
Show Gist options
  • Save JamesTheHacker/294be125ccb9c7e65daaf7cbd151b06c to your computer and use it in GitHub Desktop.
Save JamesTheHacker/294be125ccb9c7e65daaf7cbd151b06c to your computer and use it in GitHub Desktop.
store.dispatch({
type: ‘TWEETS_RECEIVED’,
isFetching: false,
tweets: [
{
username: ‘JamesJefferyUK’,
message: ‘💜 I ❤ Redux!’
},
{
username: ‘JamesJefferyUK’,
message: ‘😎 Dan Abramov is the coolest guy ever’
}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment