Archive of stories published by Tech Blog

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.

About
Tech Blog
Jonny’s technical writings and programming tips
More information
Tags
Editors