Question d’entretien chez NeoSOFT

what is JSI in react native

Réponse à la question d'entretien

Utilisateur anonyme

15 avr. 2025

JSI stands for JavaScript Interface. It's a C++ layer introduced in React Native that allows direct interaction between JavaScript and native code, without relying on the traditional Bridge (the old communication mechanism in React Native).