Skip to content

mariangibala/gm-ebus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress.

gm-ebus

Experimental state management solution.

Build Status experimental

Why?

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.

gm-ebus