Chapter 6 · Example 1 · Deep dive into diffing and reconciliation

Conditional inputs share state

Swapping between two Input components of the same type in a ternary makes React re-render rather than remount, so typed text leaks across the conditional.

Loading live editor…