From 0e439f084f334c917af394889fc1819c0a055884 Mon Sep 17 00:00:00 2001 From: aaron <83140718+centau@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:44:27 +0100 Subject: [PATCH] Update todo --- todo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.md b/todo.md index 17e9838..250bfb3 100644 --- a/todo.md +++ b/todo.md @@ -12,6 +12,7 @@ needed? - expand behavior of `vide.cleanup()` to detect garbage collection of arbitrary values, not needing manual destruction + - look into SolidJS's reactive contexts - solution to nested reactivity, see: SolidJS stores - SolidJS control flow components - Show @@ -19,3 +20,4 @@ - Dynamic - Portal - batch source updates +- optimize `indexes()` double-diffing