Honest Actions in React (es6 + flux)
When using es6, some people like to auto-bind(autobinding) .bind(this) up in the class constructor for their action methods they’ll use later in the render() function, but I’ve been using the .bind() for my action/event handlers in a more explicit way.