Hacker News new | ask | show | jobs
by andyl 4131 days ago
Flux newbies should check out the Reflux implementation.

https://github.com/spoike/refluxjs

One of the best features is that Reflux lets you chain stores to eliminate WaitFor.

2 comments

Also check out https://github.com/goatslacker/alt.

It's similar to reflux but in es6.

Reading on reflux I find the architecture makes more sense to me. The dispatcher in flux seems redundant and clunky.