You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Reconciliation
|
|
|
|
* 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
|
|
|
|
|