soso-tip icon indicating copy to clipboard operation
soso-tip copied to clipboard

react-hook-form useFieldArray slow

Open flex-soyoung opened this issue 3 years ago โ€ข 0 comments

// ๋‚ด์šฉ ๋ณด์ถฉ ์ค‘

6๊ฐœ์˜ form(Controller + ๋‹จ์ˆœ input)์œผ๋กœ ์ด๋ค„์ง„ field group์„ fieldArray๋กœ ๋‹ค๋ฃฐ ๋•Œ ๋‹ค์Œ๊ณผ ๊ฐ™์€ ํผํฌ๋จผ์Šค ์ €ํ•˜๊ฐ€ ๋ฐœ์ƒํ–ˆ๋‹ค.

image

Problem

register({ required: isRequired && '์—๋Ÿฌ๋ฉ”์„ธ์ง€' }) ์ฝ”๋“œ๋กœ optional required rule์„ ์ ์šฉํ–ˆ๋Š”๋ฐ, ์ด ๊ณผ์ •์—์„œ register๊ฐ€ ๋งค์šฐ ๋Š๋ ค์ง€๋Š” ๋ฌธ์ œ๊ฐ€ ์žˆ๋‹ค.

Solution(ing)

flex-soyoung avatar Mar 28 '21 12:03 flex-soyoung