import React from 'react';
import React.DOM from 'react-dom';
React:
it's the underlying engine that actually does all of the work when it comes to how React functions as a application builder.
Dom:
React Dom is specifying that engine should be directed towards web related applications.
이 2개의 라이브러리가 합쳐져서 리액트로 웹 어플리케이션을 만들 수 있다.
리액트 엔진을 이용해서 React Native 등을 만들 수 있다.
'React > React Basic' 카테고리의 다른 글
[React] 기본 파일 설명 | react-scripts | start, build, test, eject 등 (0) | 2022.04.21 |
---|---|
[React] <React.StrictMode> (0) | 2022.04.21 |
package.json | package-lock.json (0) | 2022.04.21 |
좋은 리액트 개발자가 되려면 (0) | 2022.04.20 |
NPM vs YARN 명령어 차이 (0) | 2022.04.18 |
댓글