# React v17.0 릴리즈

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3085](https://news.hada.io/topic?id=3085)
- GeekNews Markdown: [https://news.hada.io/topic/3085.md](https://news.hada.io/topic/3085.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-10-25T09:51:41+09:00
- Updated: 2020-10-25T09:51:41+09:00
- Original source: [reactjs.org](https://reactjs.org/blog/2020/10/20/react-v17.html)
- Points: 6
- Comments: 0

## Topic Body

- 특별한 새 기능 추가 없이, React 자체를 업그레이드 하기 쉽게 만드는 릴리즈

Gradual Upgrades

- 차후 버전부터는 업그레이드시 전체/단위별 업그레이드가 좀 더 쉽게 가능해짐.

- 이를 위해 Event Delegation 변경

ㅤ→ 내부 document 수준에서 이벤트 핸들러를 연결 하지 않고, 루트 DOM 컨테이너에 연결

ㅤ→ document.addEventListener() 대신 rootNode.addEventListener()

새로운 JSX Transform 지원 (opt-in, 기존 방식 계속 지원할 것임)

## Comments



_No public comments on this page._
