Today rtolzo Learned
Github
Tags
Github
Tags
  • Topics
    • Typescript
    • Git
  • TIL
    • 2022 TIL
    • 2023 TIL
    • 2024 TIL

React beginWork에서 만들어지는 Component

beginWork에서 만들어지는 Class 혹은 Function 컴포넌트의 tag는 IndeterminateComponent이다.
이후 mountIndeterminateComponent() 함수를 통해 mount가 된 상태에서는 tag가 바뀐다.

마지막 수정일: