Why Flutter is Ready to Challenge Native Performance
For years, the biggest question mark over cross-platform frameworks like Flutter has been simple: Can it truly feel native?
Showing 20 of 532 articles (Page 1 of 27)
For years, the biggest question mark over cross-platform frameworks like Flutter has been simple: Can it truly feel native?
The Hello Fresh rewrite for a full React Native App
When I first dipped my toes into the exciting world of Flutter, I was immediately captivated by its ability to create beautiful UIs. My apps looked stunning, but beneath the glossy surface..
Explains new Android Vitals wake-lock signal, how to detect & fix excessive partial wake locks to reduce battery drain.
How Meta uses Baseline Profiles to speed cold start, scrolling, and navigation; reports up to 40% improvements.
Shows how careless sizing/layout choices degrade performance; patterns for efficient Compose layouts.
we’ll explore how to optimize your Flutter app’s speed without making complex changes to your backend or business logic.
Shopify successfully migrated two of its largest apps, Shopify Mobile and Shopify Point of Sale (POS) to React Native's New Architecture while maintaining weekly releases and serving millions of merchants. This
Practical pitfalls (e.g., recomposition triggers, layouts) and fixes to keep Compose UIs smooth.
Tradeoffs & best practices for FlowRow/FlowColumn; tips to keep layouts performant.
In the first post in this series Benoit Sarrazin discussed the adoption of The Composable Architecture in our iOS app. He covered the reasons for this change, the benefits it brought, and the challenges we faced.
Opinionated guide to avoiding unnecessary recomposition; derivedStateOf, keys, etc.
Enterprise Compose pitfalls (state hoisting, keys, compiler reports) with fixes.
Clear deep-dive on Zygote preload/fork pipeline and its startup/perf impact.
Flow cancellation patterns (timeout, takeWhile, cancellable, first) & perf notes.
Reddit Mobile CI overhaul: up to 50% faster build times, improved stability and developer sentiment; details on infra choices and trade-offs. (Reddit)
Compose 1.9: improved list prefetching & cache window APIs, visibility callbacks—noticeable scroll/UI performance gains.
Leak patterns with structured concurrency & scopes; debugging strategies and tools.
Startup/loading UX patterns that avoid jank and wasted work while the first screen initializes.
How to set up Perfetto + Artemis for app tracing; turning traces into actionable dashboards.