Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created July 25, 2021 06:05
Show Gist options
  • Select an option

  • Save MeetMartin/9d45b4e1698b3f94e90f8e762fd943f6 to your computer and use it in GitHub Desktop.

Select an option

Save MeetMartin/9d45b4e1698b3f94e90f8e762fd943f6 to your computer and use it in GitHub Desktop.
// /src/store/actions.js
import types from "./types";
export const useActions = (state, dispatch) => ({
requestRandomQuote: payload => dispatch({type: types.REQUEST_RANDOM_QUOTE, payload: payload})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment