← Back to Resources
Open Source NewsSeptember 9, 20262 min read

React 19.3 Released

By BIOS Founding Team

React 19.3 Released

React 19.3 stabilized two previously experimental APIs: ViewTransition, which animates elements on enter, exit, and update using the browser's View Transition API, and Fragment Refs, which let refs attach to a Fragment to manipulate groups of sibling DOM nodes without a wrapper element.

The release also adds a browser() API to opt components out of server rendering, Trusted Types support for DOM-XSS hardening, and lets Server Components render Context directly from 'use client' modules without a separate Provider wrapper.

Full details: https://react.dev/blog/2026/09/09/react-19-3