reflux / refluxjs

A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux
BSD 3-Clause "New" or "Revised" License
5.36k stars 330 forks source link

listenables bugfix and more elegant checking for React #479

Closed BryanGrezeszak closed 8 years ago

BryanGrezeszak commented 8 years ago

Fixed the this.listenables bug.

Also implemented a more elegant form of checking for React in index.js...I have no idea why I didn't try it earlier, actually. It's much nicer.

devinivy commented 8 years ago

Resolves #478