Skip to content

Instantly share code, notes, and snippets.

@vzaidman
Created October 7, 2017 19:56
Show Gist options
  • Save vzaidman/05da211f398daee0361f6073fecc63cf to your computer and use it in GitHub Desktop.
Save vzaidman/05da211f398daee0361f6073fecc63cf to your computer and use it in GitHub Desktop.
const state = undefined
asyncReducer(state, {type: '@@INIT'})
// ⇒ {
// loading: false,
// myData: {items: []}
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment