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

[3주차(11/29) React Fiber] 발표 이후 논쟁거리 #1

Open
zziglet opened this issue Nov 29, 2024 · 1 comment
Open

[3주차(11/29) React Fiber] 발표 이후 논쟁거리 #1

zziglet opened this issue Nov 29, 2024 · 1 comment
Assignees

Comments

@zziglet
Copy link
Member

zziglet commented Nov 29, 2024

📄 ISSUE

[3주차(11/29) React Fiber] 발표 이후 논쟁거리

✔️ TO DO

  1. work가 어디에 등록되는건가?
    준필: fiber는 담는 통일 뿐, 스케쥴러에 등록된다!

  2. fiber가 성능 저하를 가져오는 거 아닌가?
    모두의 결론 : 개발자가 편리, ux 향상…

  3. setState가 비동기적 뭐라고?
    지환짱이 적어줘…

  4. 준필 : React에 10%나 Rust 코드가 있다리? react 번들러 쪽에 있다
    공부해봄직 하겠다~~~…

📎 ETC

@Turtle-Hwan
Copy link
Member

@zziglet
setState와 같은 hook들이 비동기적으로 동작할 수밖에 없는 이유는

이번 발표에 나온 Fiber와 scheduler가 job을 처리할 때 브라우저 환경에서 조금 더 효율적으로 하기 위해 (macro queue나 micro queue에 넣음으로서) 비동기적으로 작동해서

hook들도 그 결과를 동기적으로 보장할 수 없는 것이 아닌가 라는 생각이 들었습니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants