Issue #1 ·
Web Programming.

Verified news for full-stack developers. Every claim links to its primary source.

WATCHJS & TypeScript

React 19.3 makes ViewTransition and Fragment refs stable

React 19.3 (September 9) makes two APIs stable, and React DOM adds use(browser()) and Trusted Types support.

By Karlen TriminoIssue #1

React 19.3 (September 9) makes two APIs stable: <ViewTransition>, which animates elements entering, leaving, updating or moving using the browser's View Transition API, and refs on <Fragment>, which give you DOM methods over a group of sibling elements without a wrapper div. New in React DOM: use(browser()) opts a component out of server rendering (handy for localStorage or timezone code), plus Trusted Types support. Server Components can now render a Context from a 'use client' module directly.

Sources