Facebook React 可以使用称为 Flux 的单向数据流模式,通过使用 Views、Actions、Stores 和 Dispatcher 为应用程序提供结构。
我为 Angular 找到了以下 Flux 库:
- ng-flux:https ://github.com/JustinWinthers/ng-flux
- 角度通量:https ://github.com/brentvatne/angular-flux
- 歌曲通量:https ://github.com/gah-boh/song-flux
- 这个样本:http: //victorsavkin.com/post/99998937651/building-angular-apps-using-flux-architecture
这些生产准备好了吗?
哪些计划迁移到 Angular2 并与组件路由器集成?
我似乎无法使用这些库中的任何一个找到任何大型应用程序示例。附加链接会很有用。