# just-react **Repository Path**: kasong/just-react ## Basic Information - **Project Name**: just-react - **Description**: React技术揭秘 - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 5 - **Created**: 2020-06-07 - **Last Updated**: 2023-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React技术揭秘 React从理念到源码,[开始阅读](https://react.iamkasong.com/) 关注公众号,收获: - `React`最新进展与进阶文章 - 拉你进`源码交流群`和小伙伴们一起交流`React`源码,`React Contributor`在线答疑 公众号:魔术师卡颂 ## 参考资料 这里是`React`极好的一手资料。欢迎补充([如何提交参考资料](https://github.com/BetaSu/just-react/wiki/%E5%A6%82%E4%BD%95%E6%8F%90%E4%BA%A4%E5%8F%82%E8%80%83%E8%B5%84%E6%96%99))。后续会作为补充资料加入电子书。 #### Fiber简介 - [`外网` `英文` 可能是点击最多的Fiber架构简介-英文](https://indepth.dev/inside-fiber-in-depth-overview-of-the-new-reconciliation-algorithm-in-react/) #### 状态更新 - [`外网` `英文` React团队成员Dan回答setState异步更新](https://stackoverflow.com/questions/48563650/does-react-keep-the-order-for-state-updates/48610973#48610973) - [`外网` `英文` Mobx作者在React repo上询问setState异步更新, React作者Dan回答](https://github.com/facebook/react/issues/11527)