Skip to content

Instantly share code, notes, and snippets.

@yamankatby
Created October 5, 2019 09:18
Show Gist options
  • Save yamankatby/acc7b1820e8a2c6f50af516c585166c1 to your computer and use it in GitHub Desktop.
Save yamankatby/acc7b1820e8a2c6f50af516c585166c1 to your computer and use it in GitHub Desktop.
export const showProgress = (text) => ({
type: "SHOW_PROGRESS",
text
});
export const hideProgress = () => ({
type: "HIDE_PROGRESS"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment