We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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] 발표 이후 논쟁거리
work가 어디에 등록되는건가? 준필: fiber는 담는 통일 뿐, 스케쥴러에 등록된다!
fiber가 성능 저하를 가져오는 거 아닌가? 모두의 결론 : 개발자가 편리, ux 향상…
setState가 비동기적 뭐라고? 지환짱이 적어줘…
준필 : React에 10%나 Rust 코드가 있다리? react 번들러 쪽에 있다 공부해봄직 하겠다~~~…
The text was updated successfully, but these errors were encountered:
@zziglet setState와 같은 hook들이 비동기적으로 동작할 수밖에 없는 이유는
이번 발표에 나온 Fiber와 scheduler가 job을 처리할 때 브라우저 환경에서 조금 더 효율적으로 하기 위해 (macro queue나 micro queue에 넣음으로서) 비동기적으로 작동해서
hook들도 그 결과를 동기적으로 보장할 수 없는 것이 아닌가 라는 생각이 들었습니다
Sorry, something went wrong.
MinboyKim
junepil
Turtle-Hwan
zziglet
No branches or pull requests
📄 ISSUE
[3주차(11/29) React Fiber] 발표 이후 논쟁거리
✔️ TO DO
work가 어디에 등록되는건가?
준필: fiber는 담는 통일 뿐, 스케쥴러에 등록된다!
fiber가 성능 저하를 가져오는 거 아닌가?
모두의 결론 : 개발자가 편리, ux 향상…
setState가 비동기적 뭐라고?
지환짱이 적어줘…
준필 : React에 10%나 Rust 코드가 있다리? react 번들러 쪽에 있다
공부해봄직 하겠다~~~…
📎 ETC
The text was updated successfully, but these errors were encountered: