React Updates 
React 19.2 (2025년 10월) 
- <Activity />
- useEffectEvent
- cacheSignal
- Performance Tracks
- Partial Pre-rendering ( 부분 사전 렌더링 )
- Batching Suspense Boundaries for SSR ( 서버 사이드 렌더링에서 Suspense 경계의 노출을 배치 처리 )
- SSR: Web Streams support for Node ( SSR: Node.js용 Web Streams 지원 )
React 19 (2024년 12월) 
- useActionState 
- useFormStatus 
- useOptimistic 
- use 
- prerender 
- prerenderToNodeStream 
- Server Components 
- Server Actions 
- Preloading Resources 
- Support for Document Metadata 
- Support for stylesheets 
- Support for async scripts 
React 18 (2022년 3월) 
- Concurrent Rendering
- Automatic Batching
- Transitions
- Suspense
- ReactDOM.render -> ReactDOM.createRoot
- useId
React 17 (2020년 10월) 
React 17은 새로운 기능보다는 점진적인 업그레이드와 마이그레이션을
더 쉽게 하기 위한 여러 가지 내부 변경 사항과 최적화를 포함하고 있습니다.
React 16.8 (2019년 2월) 
- Hooks
React 16 (2017년 9월) 
- React Fiber (New core architecture)
- componentDidCatch
- Portals
- Return Arrays and Strings
- Fragment