Hacker News new | ask | show | jobs
by mhd 3828 days ago
I'm going to ask the obvious one: What's your "sales pitch" compared to Redux?
1 comments

* A single store is not enough.

But seriously, Fastflux just continues further in the logical direction established by Redux (and arguably React itself) -- a more reactive approach to software development.

Fastflux does this by using an implementation of the Observable FRP primitive as a superclass for stores and actions.

Also reduction of boilerplate.