React Native helps us to build cross-platform applications by creating native elements which can then be easily understood by the native world. The current architecture is based on 3 major threads- Main/Native/UI thread. The new architecture introduces a different layer known as JavaScript Interface (JSI) as a replacement for React Native bridge.

3m read timeFrom javascript.plainenglish.io
Post cover image
Table of contents
An end-to-end comparison between the old and new React Native architecture. And more about JSI, Turbo Modules, and Fabric.The current architectureThe drawbacksThe new architecture in placeThe Conclusion

Sort: