Slide 14
Slide 14 text
lexical と似ている React を読んでみる
https://github.com/facebook/react の Reconciler を中心に読みつつ、量が膨大
なので
以下の参考資料と併せて読んでいく
・https://ja.legacy.reactjs.org/docs/implementation-notes.html
・旧型の差分検出(Stack)の話
・https://jsconf.jp/2022/talk/internal-implementation-of-react
・新型の差分検出(Fiber)の話
・https://github.com/shuta13/react-deep-dive(注: 手前味噌)
・Stack, Fiber 両方を再現する話