Skip to content

react-native

10 posts

react-native
Server-Driven UI for Native Mobile Apps

Server-Driven UI is the mobile analog of server-side composition. The hard part is not JSON rendering but a versioned component contract that survives old app versions.

mobile · react-native · architecture

Sentry Integration with React Native Expo: A Practical Quick Guide

Step-by-step guide to adding Sentry to a React Native Expo app: SDK setup, Expo Router instrumentation, session replay, and source maps for EAS.

react-native · expo · monitoring +2

Strapi vs Contentful vs Storyblok vs Kontent.ai: A Headless CMS Comparison

A practical comparison of headless CMS options (Strapi, Contentful, Kontent, Storyblok) with Cloudinary image management and framework integration.

typescript · nextjs · react-native +3

Auth0 Multiple Audiences: Token Management in Micro Frontends

Auth0 multi-audience authentication across micro frontends: token management strategies and silent authentication in React Native with WebView-based apps.

authentication · oauth2 · react-native +1

Auth0 React Native Session Management with Biometrics

A step-by-step guide to secure session management in production React Native apps with Auth0, biometric authentication, and proper token lifecycle handling.

authentication · react-native · tutorial

Re.Pack and Rspack for Cross-Platform Micro Frontends3/3

Patterns for shipping micro frontends across mobile, web, and desktop: performance, offline support, and production insights, with Rspack and Re.Pack approaches.

expo · performance · re-pack +4

Mobile Micro Frontends with React Native Expo: WebView Architecture and Real-World Implementation2/3

How to implement micro frontend architecture in mobile apps with React Native Expo and WebViews, covering performance, proven patterns, and bundlers.

expo · mobile · re-pack +2

React Native WebView Communication: postMessage Bridge Patterns1/3

WebView-to-native communication patterns: message passing, service integration, and a type-safe request-response bridge with working code.

expo · mobile · build-tools +4

OpenTelemetry in React Native: Building Production-Ready Observability

Implementing OpenTelemetry in React Native with an OTLP collector, Firebase Performance, and Crashlytics for production-grade observability.

cloud-providers · monitoring · opentelemetry +1

Feature Flags in React Native: A Stale-While-Revalidate Pattern

Why synchronous feature flag loading stalls checkout, and how a stale-while-revalidate cache serves React Native flags instantly with background refresh.

feature-flags · mobile · react-native +2