Skip to content

Instantly share code, notes, and snippets.

@designdevy
Forked from jakejrichards/splitReducers.ts
Created August 3, 2020 06:08
Show Gist options
  • Save designdevy/69469751cf234840f69dbdf400c898c9 to your computer and use it in GitHub Desktop.
Save designdevy/69469751cf234840f69dbdf400c898c9 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