Front-End/React
React 에서의 this를 위한 공부자료
CODE_PLAN
2022. 12. 2. 21:22
https://ljh86029926.gitbook.io/coding-apple-react/undefined/this
this - React
두 번째 예제에서의 this실행 시점은, testObejct의 객체인 consoleA로써 실행되었기에 this가 부모인 testObject를 가리킨 것이고, 세 번째 예제에서의 this 실행 시점은, 어떤 특정한 변수에 담겨졌기 때문
ljh86029926.gitbook.io
,
https://velog.io/@zinukk/%EB%B0%94%EC%9D%B8%EB%94%A9
바인딩이란? ( Feat . this )
바인딩을 이해하기 위해서는 먼저 자바스크립트의 "this"라는 메소드의 이해가 무조건적으로 필요하다. 그래서 리액트의 바인딩을 알아보기 전에 자바스크립트의this 메소드를 활용한 바인딩을
velog.io
를 참조했다.