Journal

Tag

#performance

Pinterest Waterfall Grid Masonry in React Native: a glass iPhone UI wireframe icon on a holographic purple gradient
Guides 6 min read

Pinterest Waterfall Grid Masonry in React Native

Variable heights, packed tight, at 60fps: shortest-column placement, height reserved from aspect ratio to kill reflow, and FlashList virtualization.

Lawrence Arya · June 7, 2026
React Native Bundle Size Optimization for AI Apps: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Guides 6 min read

React Native Bundle Size Optimization for AI Apps

AI apps bloat because agents add and never remove. Optimization is subtraction: measure with a visualizer, cut the heaviest libraries, lazy-load, right-size assets.

Lawrence Arya · June 7, 2026
React Native Game Loop Engine Hook: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Guides 5 min read

React Native Game Loop Engine Hook

React's event model fights a per-frame tick: run a frame-synced loop off the JS thread with Reanimated, pass delta time, and add start/stop/pause.

Lawrence Arya · June 7, 2026
React Native New Architecture: The Bridgeless UI Reality: the App Store logo on a glass tile over a blue gradient with bubbles
Guides 6 min read

React Native New Architecture: The Bridgeless UI Reality

A bridgeless UI kit is just current components that avoid legacy-bridge assumptions. The work is dependency-first, not a new component language.

Lawrence Arya · June 7, 2026
React Native VisionCamera Frame Processor UI: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Guides 6 min read

React Native VisionCamera Frame Processor UI

A frame-processor screen is two systems: per-frame analysis on a worklet and an overlay that visualizes it. Keep the UI off the hot path and map coordinates right.

Lawrence Arya · June 7, 2026
React Native vs Capacitor in 2026: A Performance Reality Check: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Guides 6 min read

React Native vs Capacitor in 2026: A Performance Reality Check

React Native renders native views; Capacitor runs a web app in a WebView. Content apps feel fine on either; interactive apps feel better on React Native.

Lawrence Arya · June 7, 2026
3D Model Viewer Carousel in React Native: One Context: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Guides 5 min read

3D Model Viewer Carousel in React Native: One Context

Build a 3D model viewer carousel in React Native: one GL context with swapped models, glTF with Draco, phone-grade poly budgets, and honest loading states.

Lawrence Arya · June 5, 2026
FlatList Memory Lag With Maps in React Native: Fixes: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 5 min read

FlatList Memory Lag With Maps in React Native: Fixes

Fix FlatList memory and lag in React Native map screens: the map-per-row trap, memoized rows, windowing settings, and when FlashList is the real answer.

Lawrence Arya · June 5, 2026
How to Create Animated React Components Easily: a glass iPhone app-grid icon on a mint and teal gradient
Workflows 5 min read

How to Create Animated React Components Easily

Animating React components is easy when you animate the right properties and lean on a library. Here is the simple path, the 60fps rule, and how to prompt AI for it.

Lawrence Arya · June 4, 2026
Zero-CLS Tailwind Components: No Layout Shift, Better Vitals: the App Store logo as a frosted glass icon on a pink and blue gradient with bubbles
Guides 6 min read

Zero-CLS Tailwind Components: No Layout Shift, Better Vitals

Build zero-CLS Tailwind components that never jump: reserve space for images and fonts, use aspect-ratio, and verify the layout shift score in your tools.

Lawrence Arya · June 4, 2026
RapidNative vs FlutterFlow: Performance Compared (2026): a glowing iPhone home-screen icon on a purple and blue gradient
Guides 5 min read

RapidNative vs FlutterFlow: Performance Compared (2026)

RapidNative builds React Native and FlutterFlow builds Flutter, so performance comes down to RN vs Flutter. For about 95% of apps the difference is imperceptible.

Lawrence Arya · June 3, 2026
React Compiler Optimized UI Library: What to Use: a glass photo icon surrounded by chat, music, heart, camera and shopping app icons on a pastel gradient
Guides 6 min read

React Compiler Optimized UI Library: What to Use

The React Compiler auto-memoizes, so the best UI library is one you own that does not fight it. Start free from a VP0 design with compiler-friendly components.

Lawrence Arya · June 3, 2026
Convert Raw SVG to React Native Skia (With AI, Verified): the App Store logo on a glass tile over a blue gradient with bubbles
Guides 4 min read

Convert Raw SVG to React Native Skia (With AI, Verified)

Convert raw SVG into React Native Skia for fast, animated graphics: when Skia beats react-native-svg, how AI converts it, and why you must verify.

Lawrence Arya · May 31, 2026
Parallax Scroll Header UI: Smooth Depth on Mobile: the App Store logo as a frosted glass icon on a pink and blue gradient with bubbles
Guides 4 min read

Parallax Scroll Header UI: Smooth Depth on Mobile

A parallax header adds depth as the user scrolls. Build a smooth scroll-linked header from a free VP0 design, keep it 60fps, and never sacrifice readability.

Lawrence Arya · May 31, 2026
Pinterest App Design Inspiration: The Masonry Feed: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Guides 4 min read

Pinterest App Design Inspiration: The Masonry Feed

A Pinterest-style masonry feed makes visual browsing addictive. Build a staggered grid from a free VP0 design with smooth loading, saves, and fast images.

Lawrence Arya · May 31, 2026
Pulsing Radar Animation for Maps: Alive, Not Annoying: a phone toggle icon surrounded by location, calendar, settings, wallet and chart app icons on a coral gradient
Guides 4 min read

Pulsing Radar Animation for Maps: Alive, Not Annoying

A pulsing radar animation signals live location and nearby search. Build a smooth radar pulse from a free VP0 design, keep it subtle, and respect the battery.

Lawrence Arya · May 31, 2026
Why AI-Generated List Views Crash on Memory Limits: a glass iPhone UI wireframe icon on a holographic purple gradient
Guides 5 min read

Why AI-Generated List Views Crash on Memory Limits

AI tools often generate list views that render every row at once and crash on long data. Here is why, and the fix: virtualization, from a free VP0 design.

Lawrence Arya · May 31, 2026
Google Maps Custom Marker Clustering UI (Mobile): a glossy App Store icon on a blue, pink and orange gradient with bubbles
Guides 4 min read

Google Maps Custom Marker Clustering UI (Mobile)

Many map pins get unreadable fast. Cluster them into count bubbles that split as you zoom, with custom markers from a free VP0 design.

Lawrence Arya · May 30, 2026
TikTok-Style Video Feed UI (Free, Smooth Playback): a glossy App Store icon on a blue, pink and orange gradient with bubbles
Guides 4 min read

TikTok-Style Video Feed UI (Free, Smooth Playback)

A vertical video feed is a reusable pattern. Learn the mechanics (snap paging, play only the visible video, preload neighbors) and build it from a free VP0 design.

Lawrence Arya · May 30, 2026