state1 [React] 2. state (๋ณ์, array, object) ์ด์ ๊ธ โผ ๋๋ณด๊ธฐ 0. 2023.05.05 - [๐ | WEB DEV/React] - [React] 0. React๋ฅผ ์ฌ์ฉํ๋ ์ด์ & ์ด๊ธฐ ์ธํ 1. 2023.05.07 - [๐ | WEB DEV/React] - [React] 1. JSX 1. state React์ JSX๋ฅผ ์ด์ฉํ์ฌ ํ ํ๋ฆฟ์ ์์ฑํ ๋ ์ค์ํ ์๋ฃ๋ค์ ์ ์ ์ ์ฅํด์ผํ ๋๊ฐ ์๋ค. ์๋ฃ ์ ์ฅ ๋ฐฉ๋ฒ_1) ๋ณ์๋ฅผ ์ด์ฉํ๋ค. let, const ๋ฑ์ ํ์ฉํ๋ค. functoin App(){ let name = "Kassid" return ( ... ); } ์๋ฃ ์ ์ฅ ๋ฐฉ๋ฒ_2) state๋ฅผ ์ด์ฉํ๋ค. ๋ณ์ ์ธ์๋ state๋ฅผ ํ์ฉํ์ฌ ์๋ฃ๋ฅผ ์ ์ฅํ ์ ์๋ค. ๋จผ์ useState๋ฅผ importํ๋ค. import { useState } fro.. 2023. 5. 26. ์ด์ 1 ๋ค์