Question 4 of 10Pro Only
Explain what JSI is in React Native's New Architecture and how it improves upon the traditional bridge for native module communication.
Sample answer preview
JSI, or JavaScript Interface, is the foundational technology in React Native's New Architecture that replaces the asynchronous JSON bridge with direct, synchronous access between JavaScript and native code.
JSIJavaScript InterfaceC++ host objectssynchronous callsTurbo ModulesHermes