Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React 파이버 아키텍처 분석 #179

Open
uraflower opened this issue Nov 25, 2024 · 0 comments
Open

React 파이버 아키텍처 분석 #179

uraflower opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels

Comments

@uraflower
Copy link
Contributor

uraflower commented Nov 25, 2024

React 파이버 아키텍처 분석

리액트 내부 동작 원리에 대해 다들 관심 있어 하셨었는데요, 그래서 파이버 분석 글을 가져왔습니다.

파이버를 분석하기에 앞서 알고 있어야 할 사전 지식들을 앞에서 간략히 소개하고 있습니다. 이 부분은 모두 스터디에서 다루었던 내용이라 어렵지 않습니다.
본격적인 내용은 리액트가 JSX를 화면에 출력하기까지 과정과 이 과정에서 파이버의 동작인데요.
리액트의 동작 단계(render, reconcile, commit, update)에 따라 나누어서 코드 예시와 함께 설명하고 있습니다(저는 어려웠습니다 ㅎㅎ ㅠ).

다들 리액트 파이버가 뭔지, 리액트의 내부 동작 원리는 어떤지 궁금증을 가지고 계시니 관심을 가지고 읽으실 거라 생각합니다.
저는 후루룩 읽히지 않아서 나중에도 읽어보려구요..
글이 짧지 않으니 편하실 때 꼭꼭 씹어서 읽어보시면 좋을 것 같습니다 !

@uraflower uraflower self-assigned this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant