# React v18 정식 릴리즈

> Clean Markdown view of GeekNews topic #6251. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6251](https://news.hada.io/topic?id=6251)
- GeekNews Markdown: [https://news.hada.io/topic/6251.md](https://news.hada.io/topic/6251.md)
- Type: news
- Author: [hiddenest](https://news.hada.io/@hiddenest)
- Published: 2022-03-30T04:39:35+09:00
- Updated: 2022-03-30T04:39:35+09:00
- Original source: [reactjs.org](https://reactjs.org/blog/2022/03/29/react-v18.html)
- Points: 5
- Comments: 1

## Topic Body

React v18.0이 정식 릴리즈되어 오늘부터 사용 가능.  
  
- Automatic Batching 도입  
  - 기존에 setTimeout 등에서 state update가 batch로 되지 않던 것이 개선  
- Transition 기능 추가  
  - startTransition 등을 활용해 특정 부분이 우선적으로 반응하거나 처리되게끔 만들 수 있음  
- Server-side Rendering에서 Suspense, React.lazy() 지원  
- useId(), useDeferredValue() 등 Concurrent Mode를 위한 새로운 Hook 추가  
- ReactDOM.render()가 deprecated 됨  
  - ReactDOM.createRoot() 라는 새로운 API로 교체  
- Strict Mode, Strict Effect  
  - Offscreen API, Fast Refresh 관련해서 문제가 있는 코드를 알아보기 위해, develop 모드에서 Effect를 포함하여 두 번 렌더링 됨

## Comments



### Comment 9690

- Author: joyfui
- Created: 2022-04-17T00:36:10+09:00
- Points: 1

번역본: https://medium.com/@yujso66/%EB%B2%88%EC%97%AD-react-v18-0-9da9a6b838bd
