本周 React #262: React2Shell, Fate | React Native 0.83, Reanimated 4.2, RN 状态 | CSS, Temporal

发布: (2025年12月12日 GMT+8 20:56)
3 min read
原文: Dev.to

Source: Dev.to

Hi everyone!

React Server Components vulnerability

In case you missed my email, a 10.0‑scored vulnerability affecting React Server Components was unveiled last week. It enables unauthenticated remote code execution with a simple HTTP request, affecting many meta‑frameworks and custom setups, especially Next.js (v14‑canary, v15, v16). If your app is affected, you really need to upgrade now!

Although no exploit was initially shared, researchers quickly reverse‑engineered the patch, and an exploit has been circulating online only ~30 hours after disclosure. Hackers are already exploiting it at scale, and there are even browser extensions to detect and exploit vulnerable sites.

React Native 0.83 and Reanimated 4.2

It’s hotter than ever on the React Native side. After a patient wait, React Native 0.83 is now released. You can now use the new “ component. In addition, Reanimated 4.2 ships with Shared Elements Transition support.

Surveys

Don’t forget to answer the two most important surveys that are currently open:

Fate alpha

  • 📦 Fate alpha – A modern data client for React & tRPC – A new declarative data‑fetching and state‑management solution for React, created by former Meta employee Christoph Nakazawa. Inspired by Relay, it offers state co‑location, data normalization, view composition, and data masking without requiring GraphQL.

TanStack AI Alpha

  • 📦 TanStack AI Alpha – TanStack’s new AI package is framework, language, and service agnostic. The official intro is brief, but this community article compares it to the Vercel AI SDK. It should integrate well with TanStack Start and includes a headless chat UI library. Watch the walkthrough video from creator Alem Tuzlak.

React Grab for Agents

  • 📦 React Grab for Agents – Allows you to assign concurrent UI‑related tasks to AI agents directly from your browser. The tool automatically shares the right context (file path, component stack, etc.) so the agents understand your intent without losing track.
Back to Blog

相关文章

阅读更多 »

Next.js 紧急安全更新

Next.js 紧急安全更新的封面图片 https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fd...

内部实现:React

介绍 我自从开始使用 React 的那一刻起就想做这件事:了解它的运行机制。这不是对源代码的细粒度审查。在…