728x90
๋ฐ์ํ
React ์ฑ ๋ง๋ค๊ธฐ
$ yarn create react-app ํด๋ ์ด๋ฆ
โ ํด๋ ์ด๋ฆ์ ๊ณต๋ฐฑ์ด ๋ค์ด ์์ง ์๋๋ก ํด์ผํ๋ค.
ํ ํ๋ฆฟ ํด๋ ⇒ ์๋ก์ด ํด๋
$ cp -R [ํ
ํ๋ฆฟ ํด๋] [์๋ก์ด ํด๋]
โ ํ ํ๋ฆฟ ํด๋๊ฐ ๋ค์ด์๋ ๊ฒฝ๋ก๋ก ์ค์ ํด์ผ ํ๋ค.
fontawesome ์ฌ์ฉํ๊ธฐ
cmder
$ yarn add @fortawesome/fontawesome-free
index.js
import '@fortawesome/fontawesome-free/js/all.js';
์ปดํฌ๋ํธ ๊ณจ๊ฒฉ ์์ฑ
// Class Component
rcc + Tab
// function Component
rsi + Tab
axios ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ถ๊ฐ
// $ yarn add ๋ผ์ด๋ธ๋ฌ๋ฆฌ
$ yarn add axios
'Frontend > React' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[React/Axios] ๐คฌ Axios message: 'Network Error'(CORS ์ค๋ฅ) (0) | 2022.10.30 |
---|---|
[React/Axios] axios delete ์์ฒญ ์ body์ data ๋ฃ๋ ๋ฐฉ๋ฒ (0) | 2022.10.20 |
[React] React Router(๋ฆฌ์กํธ ๋ผ์ฐํฐ) ์ฌ์ฉํ๊ธฐ (0) | 2022.07.27 |
[React] SPA(Single Page Application) ์ด๋? (0) | 2022.07.27 |
[React] React.PureComponent(์ฑ๋ฅ ํฅ์) (0) | 2022.07.03 |