技术栈

composable

氦客
20 天前
android·compose·effect·jetpack·composable·附带效应·side effect
Android Compose中的附带效应在 Jetpack Compose 里,可组合项(Composable) 的核心工作是“描述界面长什么样”,理想情况下它应该是“无附带效应”的——也就是说,可组合项里的代码只负责根据状态画 UI,不应该偷偷修改界面之外的东西。
weixin_40455124
1 年前
笔记·architecture·组装式架构·composable·微服务比较
Composable architecture 笔记Composable architecture vs MicrosevicesThese two architectural paradigms promote flexibility, scalability, and agility in software development, but they differ in their approach to achieving these goals. Here’s a comparison between the two: Modular VS Ser
我是有底线的