Skip to content

Instantly share code, notes, and snippets.

@nickhudkins
Created November 21, 2016 15:01
Show Gist options
  • Select an option

  • Save nickhudkins/0e7c04d4c8f643c486cda36c88e8a082 to your computer and use it in GitHub Desktop.

Select an option

Save nickhudkins/0e7c04d4c8f643c486cda36c88e8a082 to your computer and use it in GitHub Desktop.

Revisions

  1. nickhudkins created this gist Nov 21, 2016.
    9 changes: 9 additions & 0 deletions Dont do this
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    const myAction = () => {
    return (dispatch) => {
    dispatch(this)
    dispatch(that)
    dispatch(otherThing)
    dispatch(stopDoingthis)
    dispatch(whatareyoudoing)
    }
    }