React: From Components to Concurrent Rendering
Structured path from JSX fundamentals through concurrent rendering.
Prerequisites
See prerequisites.md — ES6+, modules, async/await, HTML/CSS, DOM basics.
Modules
| # | Module | Difficulty | Duration |
|---|---|---|---|
| 1 | JSX and Component Foundations | beginner | 45 min |
| 2 | Props and Composition Patterns | intermediate | 60 min |
| 3 | State and Component Lifecycle | intermediate | 60 min |
| 4 | Hooks Deep Dive | intermediate | 75 min |
| 5 | Context API and State Architecture | intermediate | 60 min |
| 6 | Virtual DOM and Reconciliation | intermediate | 60 min |
| 7 | Suspense and Concurrent Features | advanced | 75 min |
Quick start
- Start with Module 1.
- Follow learning-path.md sequentially, or jump to your level.
- Complete labs and quizzes before advancing.
Each module contains
README.md— objectives and chapter guideconcepts.md— core topicsexamples/— progressive code sampleslabs/— hands-on exercisesquizzes/+interview/— self-checkenterprise/— production patterns