Autobinding, React and ES6 Classes

Moving from React 0.12 to 0.13 has seen us at Ticket Arena [http://www.ticketarena.co.uk] embrace many of the new features ES6 brings to JavaScript. We've been using Babel [https://babeljs.io/] and Webpack [http://webpack.github.io] to ensure we maintain browser compatibility…

Managing Context In a Fluxible App Using React-Router

I recently began looking into using React Router [http://www.github.com/rackt/react-router] with Yahoo's excellent Fluxible App [http://fluxible.io] framework and had a few issues with context so I thought I'd post what I found here to help anyone else that might be…