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