Work in progress.
Experimental state management solution.
Trying to connect good parts of Flux and MVC. Contrary to pure Flux implementations, store setters are acceptable here for synchronous data manipulation within store context. Actions are used for async calls (for example network requests) and when an event is handled by multiple stores.