状态管理
ShannonChenCHN opened this issue · comments
See Keynote.
List of state management approaches
- setState
- InheritedWidget & InheritedModel
- Provider & Scoped Model
- Redux
- BLoC / Rx
- MobX
推荐阅读
- 官方文档
- Flutter | 状态管理探索篇系列文章
- Flutter 状态管理指南之 Provider
- 视频
- 开源项目
Redux
- 什么是 Redux?
- Redux 的核心理念,要解决的问题
- 优缺点
- 适应场景
- 开源框架