What the Flux? (On Flux, DDD, and CQRS)

added by JavaScript Kicks
4/9/2015 7:50:55 PM

974 Views

There are several implementations of Flux. Frameworks like Fluxxor keep to the original Facebook Flux pattern, but reduces the amount of boilerplate code. While other frameworks like Reflux and Barracks stray from the canonical Flux architecture by getting rid of the Dispatcher (Reflux) or ActionCreators (Barracks). So which framework should you choose?


0 comments