- Fabric: Enables synchronous UI rendering, eliminating the communication bottleneck of the Bridge.
- TurboModules: Loads native modules on demand, improving app startup performance.
- JSI (JavaScript Interface): Allows JavaScript to directly call native code, replacing the asynchronous Bridge. The Bridge is asynchronous and single-threaded, which introduces additional overhead; JSI, by contrast, is synchronous, lower-overhead, and supports concurrency.
React Native New Architecture
-------------本文结束感谢您的阅读-------------
- Post link: https://lidyaqf.github.io/2025/08/19/ReactNative新架构/
- Copyright Notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.