about summary refs log tree commit diff
path: root/src/lib/batchedUpdates.ts
Commit message (Collapse)AuthorAgeFilesLines
* Shadow refactoring and improvements (#1959)dan2023-11-211-0/+1
* Make shadow a type-only concept * Prevent unnecessary init state recalc * Use derived state instead of effects * Batch emitter updates * Use object first seen time instead of dataUpdatedAt * Stop threading dataUpdatedAt through * Use same value consistently