๐๏ธWeb/React
[React] ๋ฆฌ์กํธ - React๊ธฐ๋ณธ ๊ตฌ์กฐ ๋ฐ ํ์ผ ์ญํ
๋ฃจ๋ฆฌ์ผใ
2024. 4. 27. 16:07
๋ฐ์ํ
src/index.js
- ์ ๊ตฌ ํ์ผ
- ์ ํ์ ์ธ ์ค์ ์ด ๋ค์ด๊ฐ
- <App />์ App.js์์ ํ๊ทธ๋ฅผ ๋ถ๋ฌ์์ ui๋ฅผ ๋ณด์ฌ์ค๋ค.
App.js
- function App(){} ์ด ์์์ ui๋ฅผ ์ ์ํจ
- ์ด ๊ฒ์ ๋ํ CSS๋ App.css๊ฐ ๋ฐ์ ๋.(index.js์๋ index.css๊ฐ ์ ์ฉ๋์ด ์์.)
id = root
- root id์ ๋ ๋๋ง์ root๋ public/index.html์ ์์.
๋ฐ์ํ