Fluxxor is a set of tools to facilitate building JavaScript data layers using the Flux architecture by reifying many of the core Flux concepts. It works particularly well in conjunction with React as the view layer, and contains a few helpers to make integration with React applications easier.
The Flux architecture...
- ...eschews complex MVC hierarchies in favor of a one-way data flow
- ...makes it easier to reason about changes to your application's data
- ...helps improve data consistency
- ...prevents hard-to-debug cascading updates
- ...works great with React and complements its reactive data flow
http://fluxxor.com/
Commentaires
Enregistrer un commentaire