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

defineReact improvements and bring up to date with reflux-core #491

Closed BryanGrezeszak closed 7 years ago

BryanGrezeszak commented 7 years ago

defineReact now is needed in fewer situations (non-breaking change, it can still be called superfluously without issue). Most notably, in node it now automatically finds react if present.

Reflux also needed to be up to date with reflux-core, which it currently was incompatible with the pushes from and had been for quite a while. reflux-core was fixed (is now v0.4.1) and reflux had its package.json updated to use it.