diff options
Diffstat (limited to 'test-apps/server-component-change-children/README.md')
-rw-r--r-- | test-apps/server-component-change-children/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-apps/server-component-change-children/README.md b/test-apps/server-component-change-children/README.md new file mode 100644 index 0000000..a6acb10 --- /dev/null +++ b/test-apps/server-component-change-children/README.md @@ -0,0 +1,5 @@ +This example makes sure that patches that add or remove different children in a +server component are correctly applied on the client. At one point we realised +patches were being sent in reverse order and that meant the client ended up +incorrectly reusing newly-created children from the _current patch_ when diffing +new nodes. |