┌──(~/blog)

└─# ls -la

Mastering React Native Performance: A Deep Dive

react-native-performance.html — May 7, 2025

Performance optimization in React Native is both an art and a science. This post explores practical techniques to significantly improve your app's performance through render optimization, thread management, and more.

What is React Native Architecture anyways?

react-native-architecture.html — March 13, 2024

A deep dive into React Native's architecture, exploring the traditional bridge-based system and the new Fabric and TurboModules innovations that are revolutionizing performance and efficiency.