Skip to content

Instantly share code, notes, and snippets.

@leifermendez
Created January 14, 2022 13:03
Show Gist options
  • Save leifermendez/65d7dc357744187f0ed590039bb523ad to your computer and use it in GitHub Desktop.
Save leifermendez/65d7dc357744187f0ed590039bb523ad to your computer and use it in GitHub Desktop.
const myReducer = createReducer(...);
export function reducer(state, action){
return myReducer(state, action)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment