- es6 friendly – this means no mixins
- immutable friendly
- no promises, because debugging them sucks
- es6 friendly
- supported by yahoo
https://acdlite.github.io/flummox
- super es6 friendly, and supports higher-order-components :)
- uses promises :(
- not much boilerplate :)
- built-in way to pass data down from the client
https://jsfiddle.net/fkadev/a2ms7rcc/
- uses mixins :(
- uses "lifecycle" methods, which are kinda magical :(
- ultimately, each store emits a change callback which you can then use to re-render views that care about that store. :(
https://github.com/spoike/refluxjs/blob/master/test/index.js
- not really es6 friendly :(
- lots of boilerplate and lifecycle methods
- uses events
- need to manually hook up store events to components
- not es6 friendly
- lots of boilerplate
https://github.com/foss-haas/fynx
- not es6 friendly
- uses mixins
- uses promises