React

Changelog

Stay updated with the latest releases, features, and improvements to React.

Latest Release: React 18.11.1 (August 2025)

Key Features

  • Introduction of Concurrent Mode optimizations improving complex UI handling
  • Improved React DevTools with timeline profiling and component inspection
  • Enhanced Server Components support for React Server Environments
  • Better Stream Server Rendering performance for streaming SSR applications

Bug Fixes & Improvements

  • Faster render performance in nested component trees
  • Improved error messages with code highlighting
  • Accessibility fixes for screen reader compatibility
  • Optimized React hooks cleanup in unmounted components

Past Releases

React 18.7.0 (March 2025)

Version 18.7.0 March 15, 2025

New Features

  • ๐Ÿ“Œ useTransition hook improvements for better loading state management
  • โšก Enhanced support for TypeScript with smarter type inference
  • ๐Ÿ” React Profiler API v2 for component performance tracing
  • ๐Ÿงฉ Component caching optimization for server environments

Improvements

  • ๐Ÿš€ 20% faster initial hydration for large component trees
  • ๐Ÿ”ง Updated React-Router integration for nested routing
  • ๐Ÿงผ Improved code splitting for better bundle size optimization
  • ๐Ÿ“ New ESLint rules for React 18 best practices

React 18.3.0 (October 2024)

Version 18.3.0 October 1, 2024

New Features

  • ๐Ÿ”ง useId hook improvements for more robust key generation
  • ๐ŸŒ New React Server Components API for server-side rendering
  • ๐Ÿ“Š Performance tracking API for component render profiling
  • ๐ŸŽจ Improved component tree debugging in DevTools

Breaking Changes

  • ๐Ÿšซ Async components must now be marked with the async keyword
  • ๐Ÿ’ฅ Legacy context API now throws warnings for unmounted component access
View All Releases on GitHub