Best of React NativeMarch 2024

  1. 1
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    The New React Native Architecture

    The new React Native architecture brings significant improvements, such as faster performance, better scalability, and easier integration of native code. It enables synchronous layout effects, concurrent rendering, and fast JavaScript and Native interfacing. Libraries can benefit from enabling the new architecture as well. However, it is still considered experimental and not recommended for most production apps at the moment.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    How to build an offline-first app with Expo, Supabase and WatermelonDB

    Learn how to build an offline-first app using Expo, Supabase, and WatermelonDB. Offline-first architecture shifts the responsibility for the data lifecycle on the front end and has the backend only as a backup/synchronization role. WatermelonDB syncs with Supabase using its sync protocol, providing fast and reactive database functionality for applications.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    How to check internet connection in React Native and show an offline alert

    Learn how to check internet connection and show an offline alert in React Native using the NetInfo library.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    This Month in React, February 2024: React 19 (but more details), Apple tries to kill PWAs

    This post provides updates on various topics including React Native in different industries, the React Strict DOM project, the new releases of Remix, the Deno JavaScript registry, the implementation of hot module replacement, the pmdrs WebGL uikit, and the updates from the 100th TC39 meeting.

  5. 5
    Article
    Avatar of twirThis Week In React·2y

    This Week In React #178: Remix and Vite, Type-safe Children, Astro DB, React Compiler, Firebolt, Vitest, Composition, Remix Nitro, RSC in React Native, TenTap, Expo Atlas, TypeScript, Elysia...

    This post includes updates on Astro's new database, Remix's new default, and React Server Components in React Native.

  6. 6
    Article
    Avatar of twirThis Week In React·2y

    This Week In React #177: Skia, Pigment, Mist, Storybook, shadcn/ui, Hydration Diff, Geiger, MDXTS, Remotion, WinterJS, Astro, Rolldown, Tailwind, TypeScript, Biome, INP...

    This post discusses the release of React Native Skia 1.0 and highlights other interesting releases such as Pigment, Storybook, Tailwind, Rolldown, Geist, Mist, MDXTS. It also mentions the React Core PR about adding Diffs to Hydration Warnings.