issues
search
hhstore
/
blog
My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
295
stars
24
forks
source link
App Architecture Design: Best Practices
#292
Open
hhstore
opened
3 years ago
hhstore
commented
3 years ago
related:
[x] xxx
[x] xxx
hhstore
commented
3 years ago
app 架构设计最佳实践:
app 随着业务, 不断演进.
满足业务迭代, 兼顾开发效率和稳定性.
参考美团的实践演进过程. 有不少值得参考的地方.
美团的经验:
部分是基于 RN 的实践, 不过思路是相通的.
有一个思想:
组件容器化
.
业务模型认知:
标准化建设:
通用组件:
容器化:
思考:
基于 flutter 来思考, 没有 Android/iOS 原生的包袱. 起点比较高.
那就可以在比较高的位置, 探索下一个阶段目标.
ref:
https://tech.meituan.com/2020/09/30/waimai-mobile-architecture-evolution.html
其他 flutter 相关:
https://tech.meituan.com/tags/flutter.html
related: