Features

100% Flux

A true flux compliant library in a very small size. Actions are fire and forget, stores have no setters, you get constants, and Flux's single dispatcher.

Server Side Rendering

Alt comes with support for building Isomorphic JavaScript applications right out of the box.

Snapshots

At any point in time you can take a snapshot of the entire application state and then reload it later. This opens the door for easier debugging, hot state reloading, and more.

Terse

Do away with defining constants, building your own boilerplate dispatchers, and ugly switch statements.

Flexible

Feel like ditching singletons, creating instances of each store, and passing them to your view? No problem.

Forward Thinking

Although optional, Alt is meant to work with ES2015 leveraging the new constructs and syntax for something powerful.