Skip to content

Instantly share code, notes, and snippets.

@christiannaths
Last active February 13, 2017 23:59
Show Gist options
  • Select an option

  • Save christiannaths/473f95d6c8a776429f4558297aacecae to your computer and use it in GitHub Desktop.

Select an option

Save christiannaths/473f95d6c8a776429f4558297aacecae to your computer and use it in GitHub Desktop.
my-app/src/store/actions.js
export const TYPES = {
SET_NOTIFICATIONS: 'SET_NOTIFICATIONS'
}
export const actions = {
setNotifications: (bool) => ({ type: TYPES.SET_NOTIFICATIONS, bool })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment