Hacker News new | ask | show | jobs
by rvikmanis 3829 days ago
Hey guys, feedback welcome. And I'll try to anwser any questions you may have.

For instance: "Do we need yet another flux library?"

Well, why not? The ecosystem is still evolving. By bringing in more ideas and refined approaches, we may well reach equilibrium sooner.

1 comments

I'm going to ask the obvious one: What's your "sales pitch" compared to Redux?
* 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.