Controlled1 [React] Controlled vs Uncontrolled component 리엑트를 이용해 어플을 제작하다 보면 심심찮게 아래와 같은 에러 코드를 만날 수 있다. Elements should not switch from uncontrolled to controlled (or vice versa). 이 에러 코드는 Input Textarea Selct 등과 같이 몇몇 태그를 사용할 때 빈번히 나타난다. 관련해서 잘 설명된 글이 있어 번역해 옮겨본다. To Be or Not to Be 리엑트에서 controlled와 uncontrolled 컴포넌트 선택하기 Controlled와 uncontrolled 컴포넌트는 리엑트에서 중요한 개념이다. 어떠한 경우에 어울리는지와 그 차이점을 아는 것은 매우 중요하다. 리엑트에서 controlled와 uncontrolled란 무엇일까? contr.. 2022. 6. 21. 이전 1 다음