๋ชฉ๋ก[ํ๋ก ํธ์๋(FE) ๊ฐ๋ฐ] (feat. ์ฃผ๋์ด)/React Hook Form (2)
Hello creators ๐
ํํ ๋ฐ์ํ๋ ์ค๋ฅconst DeliveryForm = () => {const [values, setValues] = useState({ customerName : "James", mobile : "010-123-1237"})return ( Customer Name )}์ด๋ ๊ฒ ์์ฑํ ๊ฒฝ์ฐ, ์๋์ ๊ฐ์ ์๋ฌ ๋ฐ์You provided a 'value' prop to a form field without an 'onChange' handler. This will render a read-only field. If the field should be mutable use 'defaultValue'. Otherwise, set either 'onChange'..
RHF ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ฌ์ฉํ ๋, ๊ธฐ๋ณธ ์ง์์ผ๋ก ์๋ฉด, ๋์์ด ๋๋ ๊ฒ๋ค๋ฐ๋์ 'C:\Users\nextinnovation\Desktop\DJ-DEV\dev_notes\Hard skills\React Hook Form\3_์ ์ด ์ปดํฌ๋ํธ์ ๋น์ ์ด ์ปดํฌ๋ํธ(์ฐํ ์ฝ).md' ๋ฅผ ๊ณต๋ถํ๊ณ ์ฌ ๊ฒ๋น์ ์ด ์ปดํฌ๋ํธ๊ฐ ๋ฌด์ ์ธ์งreact hook form ์ด ๋น์ ์ด ์ปดํฌ๋ํธ์ ๋จ์ ์ ์ด๋ป๊ฒ subscribe ๊ธฐ๋ฅ์ ํตํด ๊ทน๋ณตํ๋์ง์ ๋ํ ๋งฅ๋ฝ์ ์๊ณ ์์ด์ผ ํจ๋ณต์ต ์์ (241120 ์์ฑ)1. input, select, textarea ๋ก HTML ์ ์์ฑํ๋ค. ๋ฒํผ์ ํด๋ฆญํ์ ๋, submit ์ด๋ฒคํธ๊ฐ ๋ฐ์ํ๊ฒ ๋๋๋ฐ, ๊ทธ์ ๋ฐ๋ผ ์ด๋ฒคํธ ํธ๋ค๋ฌ๊ฐ input, select, textarea ์ ๊ฐ์ ์ถ๋ ฅํ๋ ์ฝ๋๋ฅผ ์ดํด..