⚗️

React Native

A month with React-Native

I’ve worked with React Native before but never professionally.

Recently I’ve been getting into building a complete react-native app

And, that is when you see the dark underside of things.

New Architecture

The New Architecture reduces the bridge overhead in passing data between the JS thread and the native thread.

This improves upon the old architecture where data was being passed between the JS thread and the shadow thread by json deserialization and serialization

ref