react-native
React Native New Architecture
The React Native New Architecture is a fundamental rewrite of React Native's internals, replacing the asynchronous bridge with a JavaScript Interface (JSI) that enables direct, synchronous communication between JavaScript and native code. It consists of three pillars: Fabric (a new rendering system), Turbo Modules (a faster native module system), and Codegen (automatic type-safe native code generation from JS specs). This architecture significantly improves performance, reduces startup time, and enables concurrent rendering features from React 18.
#react-native