React技术架构研究和学习,React architecture study and learn。
- React Components, Elements, and Instances - "Component" is often an overloaded term. A firm grasp of these terms is crucial.
- Reconciliation - A high-level description of React's reconciliation algorithm.
- React Basic Theoretical Concepts - A description of the conceptual model of React without implementation burden. Some of this may not make sense on first reading. That's okay, it will make more sense with time.
- React Design Principles - Pay special attention to the section on scheduling. It does a great job of explaining the why of React Fiber.
- React Fiber Architecture - A description of React's new core algorithm, React Fiber