I really love the Reflux.connect mixin, but now, when we can't use mixins in ES6 style classes, I am forced to use the way with unsubscribe, which is a lot of boilerplate code. What's the current state of support for ES6 style classes?
I would love to contribute if needed.