← Back to Home

React 19.2 Features Test

Testing React 19.2 features: View Transitions, useEffectEvent(), and Activity components

Feature Tests

View Transitions API Demo

View 1: Dashboard

This is the main dashboard view with some sample content.

Metric 1

42

Metric 2

89%

Activity Component Demo

The Activity component provides visual feedback for active states. The indicator automatically toggles every 3 seconds to demonstrate the effect.

Active Component

This component shows activity state

Inactive Component

This component shows inactive state

Browser Support Status

View Transitions API

Available: ❌ No

Chrome 111+, Edge 111+, Safari (experimental)

React 19.2 Features

useEffectEvent: 🧪 Simulated (not yet stable)

Activity component: 🧪 Custom implementation