angular-flux-store github

A Flux store implementation with reduced footprint for Angular 1.x

store cycle with controllers and components
small code using store

Sample with controllers

  • Allows controllers to share data an a flux way
  • Allows partial data update with use of angular.extend()
  • The edit phase is isolated from store automatically

Sample with components

  • Reduce component redraw by freeze the data object until next update