Files
high-performance-react/manuscript/reconciliation.markua

10 lines
274 B
Plaintext
Raw Normal View History

# Reconciliation
* diffing algorithm based on heuristics. generic algorithm is O(n<sup>3</sup>)
* "Fiber" algorithm notes
* lists reordering without key means full list output/update
* type changes cause full re-render
* keys should be stable, predictable, unique