inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

김우람님의 게시글

김우람 김우람

@rla73604074

수강평 작성수
-
평균평점
-

게시글 2

질문&답변

작동이 안되네요....ㅠㅠ

올려주신 깃허브에서 그대로 복사해도 안되는 중입니다 ㅠㅡㅠ

좋아요수
0
댓글수
4
조회수
474

질문&답변

작동이 안되네요....ㅠㅠ

import React from 'react'; import ReactDOM from 'react-dom/client'; import './index.css'; import App from './App'; import reportWebVitals from './reportWebVitals'; import Library from './chapter_03/Library'; import Clock from './chapter_04/Clock'; const root = ReactDOM.createRoot(document.getElementById('root')); root.render( ); setInterval(() => { root.render( ); }) // If you want to start measuring performance in your app, pass a function // to log results (for example: reportWebVitals(console.log)) // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals reportWebVitals();

좋아요수
0
댓글수
4
조회수
474