|
15 | 15 | - [Quick Migration Checklist](#quick-migration-checklist) |
16 | 16 | - [Relationship to this workstream](#relationship-to-this-workstream) |
17 | 17 | - [Workflow overview](#workflow-overview) |
18 | | -- [Refactor path (1st-gen required)](#refactor-path-1st-gen-required) |
| 18 | +- [Starting from 1st-gen (reference, not dependency)](#starting-from-1st-gen-reference-not-dependency) |
19 | 19 | - [Core vs SWC: where does code go?](#core-vs-swc-where-does-code-go) |
20 | 20 | - [Phase 1: Preparation](#phase-1-preparation) |
21 | 21 | - [What to do](#what-to-do) |
|
30 | 30 | - [Phase 3: API migration](#phase-3-api-migration) |
31 | 31 | - [What to do](#what-to-do) |
32 | 32 | - [Property migration scenarios](#property-migration-scenarios) |
33 | | - - [API patterns (statics, warnings, and 1st-gen exports)](#api-patterns-statics-warnings-and-1st-gen-exports) |
| 33 | + - [API patterns (statics and warnings)](#api-patterns-statics-and-warnings) |
34 | 34 | - [What to check](#what-to-check) |
35 | 35 | - [Common problems and solutions](#common-problems-and-solutions) |
36 | 36 | - [Quality gate](#quality-gate) |
@@ -125,7 +125,7 @@ Use this doc for **what order** to do things and **what to check**; use the link |
125 | 125 | | **7. Documentation** | **Step 7: Add stories for 2nd-gen component** + JSDoc and usage docs. | |
126 | 126 | | **8. Review** | (No dedicated step — this guide adds checklist and PR.) | |
127 | 127 |
|
128 | | -Follow [Refactor path (1st-gen required)](#refactor-path-1st-gen-required) and the linked step-by-step docs for Steps 2–3. If those steps are **already** done, start **Phase 2** at SWC package setup and the Phase 2 “What to do” list. |
| 128 | +Reference to guide to [understand the 1st-gen component structure](../02_step-by-step/02_factor-rendering-out-of-1st-gen-component.md) and the linked step-by-step docs for Steps 2–3. If those steps are **already** done, start **Phase 2** at SWC package setup and the Phase 2 “What to do” list. |
129 | 129 |
|
130 | 130 | --- |
131 | 131 |
|
|
0 commit comments