Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们是否需要 Angular 4+ 中的 NGRX、NGXS、Akita 等状态管理器,同时我们已经在框架中拥有 observables。
Angular 已经擅长状态管理系统所能提供的一切。
可以在 Angular 应用程序中使用单例或依赖注入服务来管理状态:只需创建一个服务来管理您的应用程序状态并将其注入到您的组件中。
如果您的应用程序将非常庞大和复杂到足以证明它的合理性,Akita 的简洁性是优雅的。