From c82ec25efe188747279bbd8710a4cbff1cde6694 Mon Sep 17 00:00:00 2001 From: Aaron Smith <83140718+centau@users.noreply.github.com> Date: Tue, 22 Aug 2023 13:08:16 +0100 Subject: [PATCH] Update todo --- todo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo.md b/todo.md index a82220c..b859e7b 100644 --- a/todo.md +++ b/todo.md @@ -4,6 +4,10 @@ - better error reporting and stack traces in strict mode - auto-enable of strict mode depending on compiler optimizaton level - check smoothness of spring at high frequency updates +- have reactive recomputations track sources dynamically + - addresses case where sources are used in if-branching guarded by another + source + - performance implications - implement from solid - [x] onCleanup > `cleanup()` - [x] Index > `indexes()`