DEV Community

Cover image for This Week In React #262: React2Shell, Fate | React Native 0.83, Reanimated 4.2, State of RN | CSS, Temporal
Sebastien Lorber
Sebastien Lorber

Posted on • Originally published at thisweekinreact.com

This Week In React #262: React2Shell, Fate | React Native 0.83, Reanimated 4.2, State of RN | CSS, Temporal

Hi everyone!

This week, it remains important for me to raise awareness about the React Server Components vulnerability, since an exploit is now widely available. Thankfully, we also have more positive React news!

It’s even hotter on the React Native side. We were patiently waiting for 0.83 to publish 😇 and it’s now out. You can now use <Activity> in React Native 🔥. Reanimated 4.2 is also out with Shared Elements Transition support 🔥.

It’s the survey season, don’t forget to answer the 2 most important ones that are currently open:


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

banner


💸 Sponsor

Learn how to build a TanStack Start project with Strapi

Learn how to build a TanStack Start project with Strapi

In this video tutorial, you'll learn how to create a fully dynamic, SEO-friendly landing page and blog website, which includes the following features:

  • pagination
  • search
  • authentication
  • comments

TanStack Start is an open source React framework built by and for the community.


⚛️ React

React2Shell - CVE-2025-55182

React2Shell - CVE-2025-55182

In case you missed my email, a 10.0-scored vulnerability affecting React Server Components was unveiled last week. And it’s a really nasty one, enabling unauthenticated remote code execution with a simple HTTP request. Many React meta-frameworks and custom setups are affected, in particular Next.js (v14-canary, v15, v16). If your app is affected, you really need to upgrade now!

Although no exploit was initially shared, infosec researchers and hackers quickly reverse-engineered the patch, and an exploit has been circulating online only ~30 hours after the initial disclosure. Hackers around the world have already been exploiting it at scale. There are even browser extensions to detect and exploit vulnerable sites. It wouldn’t be surprising to see a worm exploiting it.

I’ve found so many related links, so here’s my top selection:



💸 Sponsor

Make your AI code guidelines stick with CodeRabbit

Make your AI code guidelines stick with CodeRabbit

You already tuned your AI agents with .cursorrules, CLAUDE.md, Agents.md, and Copilot-instructions. CodeRabbit reads those guideline files and uses them to enforce code quality in every PR review, so comments line up with the rules you have already written.


📱 React-Native

React Native 0.83

React Native 0.83

A new minor version of React Native has just been published. Without any user-facing breaking changes, it reflects the efforts to stabilize the framework, making it easier to upgrade and benefit from new, useful features.

The highlights are:

  • React 19.2, enabling support for <Activity> and useEffectEvent
  • DevTools with Network and Performance panels, and a new desktop app
  • Intersection Observers (Canary), another DOM API coming to React Native
  • Web Performance APIs are now stable
  • Hermes V1 performance improvements
  • Experimental iOS feature flags to compile out the Legacy Architecture, and debug precompiled binaries

Reanimated 4.2 - Shared Element Transitions

Reanimated 4.2 - Shared Element Transitions

Software Mansion devs have finally reimplemented Shared Element Transitions – the most requested feature – on top of Reanimated 4 and the New Architecture. It makes it possible to animate views between two different screens, giving a feeling of continuity when navigating. This feature and other performance improvements are gated behind feature flags to collect feedback and finalize the implementation.



🔀 Other


🤭 Fun

alt

alt

See ya! 👋

Top comments (0)