본문 바로가기
Programming/React

[React] react active app package.json description

by my2night 2022. 12. 18.
반응형

react-app/src/package.json

react : react is everything we need to actually create our react components.

react-dom : react dom is how we add them to the page.

react-scripts : react-scripts is how we handle all of our bunding.

반응형

'Programming > React' 카테고리의 다른 글

[React] React vs Vanilla Javascript  (0) 2023.01.10
React support tools  (0) 2022.12.26
[React] useState  (0) 2022.12.18
Technical terms  (0) 2022.12.17
[React] React setting up  (0) 2022.12.15