1. Hook 규칙
⇒ hook은 재귀 컴포넌트에서 사용될 수 없다
- hook은 Top level component에서만 호출 가능함
https://reactjs.org/docs/hooks-rules.html
Rules of Hooks – React
A JavaScript library for building user interfaces
reactjs.org
'TIL(Today I Learned) > 2021년' 카테고리의 다른 글
12.23 e.preventDefault() & e.stopPropagation 차이 (0) | 2021.12.23 |
---|---|
12.21 깔끔한 TS Typing! (0) | 2021.12.21 |
12.15 - cloudfalre cache로 일어날 수 있는 문제들 (0) | 2021.12.15 |
12.03 - useCallback은 정확히 언제? (0) | 2021.12.03 |
12.01 - $와 _의 meaning in JS (0) | 2021.12.01 |