Build your own React 시리즈는 React.js를 직접 구현하며 내부 구조와 동작 방식을 이해하는 과정을 정리한 글 모음입니다.
Rodrigo Pombo(Pomber)님의 Build your own React글을 따라가며 내용을 해석, 추가하여 정리했습니다.
- step 0: Review
- step I: The `createElement` Function
- Step II: The `render` Function
- Step III: Concurrent Mode
- Step IV: Fibers
- Step V: Render and Commit Phases
- Step VI: Reconciliation
- Step VII: Function Components
- Step VIII: Hooks
'🎨 Frontend' 카테고리의 다른 글
[Build your own React] step0: Review (0) | 2024.10.20 |
---|