[React] 공식 문서로 제대로 설치하기

김지민·2022년 6월 30일
0

React

목록 보기
5/13
post-thumbnail

❗️React 18.0.0 실행시 주의 ❗️

ReactDom.render로 실행이 불가
공식 문서 참조
👇
https://github.com/facebook/react/blob/main/CHANGELOG.md#1800-march-29-2022

createRoot: New method to create a root to render or unmount. 
Use it instead of ReactDOM.render.
New features in React 18 don't work without it.

따라서 ReactDom.render이 아닌 -> ReactDom.createDoM을 사용해야 한다.

profile
💡Habit is a second nature. [Git] https://github.com/Kimjimin97

0개의 댓글