DEV Community

Cover image for This Week In React #268 :Bulletproof Comps, Render Types | RN 0.84, Gestures, Rozenite, Storybook | Vitest, VSCode
Sebastien Lorber
Sebastien Lorber

Posted on • Originally published at thisweekinreact.com

This Week In React #268 :Bulletproof Comps, Render Types | RN 0.84, Gestures, Rozenite, Storybook | Vitest, VSCode

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.


💡 Subscribe to the official newsletter to receive an email every week!

banner


💸 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.



💸 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! 👋

Top comments (0)