Skip to content

Instantly share code, notes, and snippets.

@jakejrichards
Created May 26, 2019 19:34
Show Gist options
  • Save jakejrichards/45ea18689d8b3c234ca01e3c85fb63b5 to your computer and use it in GitHub Desktop.
Save jakejrichards/45ea18689d8b3c234ca01e3c85fb63b5 to your computer and use it in GitHub Desktop.
const carsReducer = (state = carState, action) => {
switch (action.type) {
"loadUsersSuccess":
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment