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

10 lines
265 B
Plaintext
Raw Normal View History

# Reconciliation
2020-07-26 18:51:15 -07:00
* diffing algorithm based on heuristics. generic algorithm is O(n^3^)
* "Fiber" algorithm notes
* lists reordering without key means full list output/update
* type changes cause full re-render
* keys should be stable, predictable, unique