Commit 4a4733d
committed
feat(ui): add sign-in flow state machines and adoption guide
Adds signInMachine and firstFactorMachine as concrete examples of the
advanced machine patterns: async invocations via fromPromise, delayed
transitions via after, and composed machines (signIn drives firstFactor
as a child machine).
Also lands ADOPTION.md — the migration guide covering the full spectrum
from simple open/close flows through to full wizard and async invoke
patterns, with before/after comparisons for each.1 parent 531fbbe commit 4a4733d
7 files changed
Lines changed: 1675 additions & 0 deletions
File tree
- .changeset
- packages/ui/src/mosaic
- machines
- __tests__
- machine
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments