Skip to content

Instantly share code, notes, and snippets.

@vhuerta
Created March 7, 2020 19:33
Show Gist options
  • Select an option

  • Save vhuerta/3c61aa77e170b1bd7613aa2d720f2c33 to your computer and use it in GitHub Desktop.

Select an option

Save vhuerta/3c61aa77e170b1bd7613aa2d720f2c33 to your computer and use it in GitHub Desktop.
// FINALY EXPOSE THE REDUCER
export const usePokemonReducer = () =>
useThunkReducer(reducer, initialState, "pokemons");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment