강의

멘토링

로드맵

Inflearn brand logo image

인프런 커뮤니티 질문&답변

kimjaewon84391님의 프로필 이미지
kimjaewon84391

작성한 질문수

React & Express 를 이용한 웹 어플리케이션 개발하기

JSX의 특징

아래 화면에 선생님처럼 Codelab이 안뜹니다. 수업진행이 안되네요

작성

·

463

0

아래 화면에 선생님처럼 Codelab이 안뜹니다. 수업진행이 안되네요

답변 2

1

ReactDOM.render(<App/>,document.getElementById('root'));

<App/>다음에 . 이 아니라 , 입니다! 저도 같은 실수를 했어요

0

저와 같은 경우라면 구글 검색해 보니 아래와 같은 내용이 있네요 전 해결 했습니다. 

 

순서 변경 첫번째 react, 두번재 react-dom

 

You need to switch the load order of the scripts. Load react first, then react-dom. On the JS tab in the Codepen settings, you can grab the icon on the left of the script and drag its position up or down.

kimjaewon84391님의 프로필 이미지
kimjaewon84391

작성한 질문수

질문하기