Skip to content

Instantly share code, notes, and snippets.

@jurgob
Created March 19, 2016 00:20
Show Gist options
  • Save jurgob/33f21e4628a138d5c523 to your computer and use it in GitHub Desktop.
Save jurgob/33f21e4628a138d5c523 to your computer and use it in GitHub Desktop.
redux-utils - actions without utils
export const toogleEditorExpanded = () => {
return {
type:ACT.LAYOUT_TOOGLE_EDITOR_EXPANDED,
}
}
export const toogleLayoutDirection => {
return {
type: ACT.LAYOUT_TOOGLE_DIRECTION
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment