Fluxium
Summary
A small wrapper around Nuclear JS, Fluxium allows you to write your actions and stores as plain JS objects. The action creators of Flux, which traditionally dispatch actions via a central dispatch method, are replaced with intents which return observable streams of actions which Fluxium takes care of dispatching.
Example
Here is a deliberately simplistic example, showing how to use Fluxium.
var fluxium = ;var React = ;var Observable = Observable;var Immutable = fluxiumImmutable; var flux = fluxium; var getters = message: 'alert' 'message'; var Alert = React