Posts for React Native performance

Deven
Deven wrote

7 best practices that will increase React Native performance

React Native is based on JavaScript, the native part interacts with native thread through a bridge. We have three threads running the React Native framework namely: UI thread, Shadow Tree thread, and the JavaScript thread. Its architecture has two sections; the native part built on Java, Swift or Objective-C and React native part built on […]

July 24, 2020 in React Native