프록시(Proxy)

Tony·2021년 6월 28일
0

javascript

목록 보기
1/61

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.)

Javascript Proxy

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy

https://blog.woolta.com/categories/3/posts/144
프록시 는 객체의 속성 접근, 속성 할당, 순회, 함수 호출 등 객체의 기본적인 동작의 새로운 행동을 정의할 때 사용


프록시 서버와 다른 개념임

프록시 서버

profile
움직이는 만큼 행복해진다

0개의 댓글