Optimize Props References and Improve Rendering in React Native

Written by dxngkhoa | Published 2021/01/12
Tech Story Tags: react-native | react | software-development | mobile-app-development | optimization | programming-bad-practices | reactjs | programming

TLDR React Native is a cross-platform layout engine written in C which implements Flexbox through bindings to the native views (Java Android Views / Objective-C iOS UIKit) All the layout calculations of the various views, texts and images in React-Native are done through yoga, this is basically the last step before our views get displayed on the screen. React Native manages the UI updates through couple of architecture layers that in the end translate how views should be rendered. UIMan is the final piece of the puzzle that actually tells React-native how to render the layout.via the TL;DR App

no story

Written by dxngkhoa | React Native developer. Code for tattoos !
Published by HackerNoon on 2021/01/12