A Flux implementation without the boilerplate.
A flux implementation in a very small size. Actions and Stores are real simple to configure, without switch statements or constant declarations.
Alt comes with support for building client or server-side applications right out of the box.
Promises in actions are supported as first-class citizens.
Do away with defining constants, building your own boilerplate dispatchers, or writing switch statements.
Feel like ditching singletons and using multiple instances of each Store? No problem.