Skip to main content

πŸ“¨ #268: Bulletproof Comps, Render Types, Tambo, Logo Soup, React Compiler, Ink, Streamdown | RN 0.84, Gestures, Rozenite, Storybook, JSON Render, Targets, TrueSheet | TypeScript, ESLint, Webpack, Vitest, VSCode

Β· 9 min read
SΓ©bastien Lorber
Newsletter creator - Docusaurus maintainer

Hi everyone!

This week, we have a good variety of React content, with great community articles and various releases. Many generative UI solutions are emerging, and I’m curious to better understand how they differ from one another.

React Native 0.84 just dropped, and Gesture Handler 3 is in beta. Expo SDK 55 should also be out soon.

As always, thanks for supporting us on your favorite platform:

Don't miss the next email!

    πŸ’Έ Sponsor​

    Seer: AI that debugs React errors and writes the fix

    Seer: AI that debugs React errors and writes the fix

    Most AI coding tools only see your source code. Seer, Sentry's AI debugging agent, uses everything Sentry knows about how your React application behaves in productionβ€”component trees, state updates, user interactions, and runtime errorsβ€”to debug locally, in your PR, and in production.

    How it works:

    • Seer scans & analyzes issues using all Sentry's available context.
    • In development, Seer debugs alongside you as you build
    • In review, Seer alerts you to bugs that are likely to break production
    • In production, Seer can find a bug's root cause, suggest a fix, open a PR automatically, or send the fix to your preferred IDE.

    Try Sentry for free ➑️

    βš›οΈ React​

    Building Bulletproof React Components

    Building Bulletproof React Components

    A great read from an experienced Vercel engineer, sharing various lessons to harden your React components. The goal is to make them survive real-world usage (SSR, hydration, multiple instances, concurrency, portals, etc.) rather than just working on the happy path.

    Don't miss the next email!

      πŸ’Έ Sponsor​

      React Performance, v2

      React Performance, v2

      Make React apps fast where it actually matters.

      An advanced performance course from Steve Kinney, focused on diagnosing real bottlenecks and fixing slow, janky React apps using modern React 19 patterns.

      • πŸš€ Modern React: Suspense, transitions, deferred values, hydration, server actions
      • πŸ” Debug Faster: Find unnecessary re-renders with React DevTools & the Profiler
      • 🧠 Smart Optimization: Memoization, virtualization, code splitting, optimistic UI
      • ⚑ Feel-Fast UX: Learn how React Fiber prioritizes work to keep apps responsive

      ⏱ 4+ hours β€’ ⭐ 4.8 rating
      🏫 From Frontend Masters

      πŸ‘‰ Watch the course: https://frontendmasters.com/courses/react-performance-v2/

      πŸ“± React-Native​

      React Native 0.84

      React Native 0.84

      A new version of React Native just dropped. The highlights:

      • Hermes V1 is now enabled by default for automatic performance gains and reduced memory usage
      • Precompiled binaries on iOS by default for faster builds, with an opt-out to build from source
      • Legacy Architecture Components removed for both iOS and Android

      Gesture Handler 3.0 beta - Hook-Based API, Deeper Reanimated Integration & More

      Gesture Handler 3.0 beta - Hook-Based API, Deeper Reanimated Integration & More

      This new major version has been overhauled internally. It drops support for the Legacy Architecture, unlocking new capabilities, such as attaching gestures to text fragments. No APIs were removed, but a new hooks-based API makes it compatible with the React Compiler. They also improved the integration with Reanimated and Animated.

      πŸ”€ Other​

      🀭 Fun​

      alt

      alt

      See ya! πŸ‘‹


      Don't miss the next email!