Updating one list item updates the entire list
When the "create" mutation is called, convex sends the client a Transition containing the entire todo list, including those that haven't been updated.
I see this problem in the official example - https://github.com/get-convex/convex-demos/tree/main/pagination
Is this normal and can it be avoided, and if so, what are the recommended practices?
