Proxy : 대리, 대리의, 대신
useForm()의 formState에 대해 알아보다가 Proxy에 대해 알아보았다.
(formState is wrapped with a Proxy to improve render performance and skip extra logic if specific state is not subscribed to. Therefore make sure you invoke or read it before a render in order to enable the state update. This reduced re-render feature only applies to the Web platform due to a lack of support for Proxy in React Native.)
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy
https://blog.woolta.com/categories/3/posts/144
프록시 는 객체의 속성 접근, 속성 할당, 순회, 함수 호출 등 객체의 기본적인 동작의 새로운 행동을 정의할 때 사용