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.
HarmonyOS JS的开发会影响其性能吗?是不是和 React-Native 这样的 UI 框架的运行原理类似?
HarmonyOS JS 的原理与 React-Native 不同。底层是一套UI自渲染框架,可以跨平台。比如PC上的预览效果和watch或者TV是同一个渲染路径,效果是一样的。性能方面,目前画廊、电商、长单等一些典型场景的表现基本可以达到满帧。但是由于 JS 语言本身的性能限制,不推荐复杂的 JS 逻辑操作。鸿蒙OS将继续优化整体性能,敬请持续关注。