From 7c81687a081ae8b4096168849904c169f46782dd Mon Sep 17 00:00:00 2001 From: jdecroock Date: Sun, 10 Nov 2024 13:44:55 +0100 Subject: [PATCH] Expand todo --- TODO.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO.md b/TODO.md index c1b41d8f40..b79b0d4e04 100644 --- a/TODO.md +++ b/TODO.md @@ -2,3 +2,11 @@ - https://github.com/preactjs/preact/pull/4358 - https://github.com/preactjs/preact/pull/4361 - https://github.com/preactjs/preact/pull/4460 +- https://github.com/preactjs/preact/pull/4453 +- Backing VNodes +- Separate mount/update paths +- Rethink TypeScript types +- Put createPortal into core +- Implement hydration 2.0 +- Think about primitives when it comes to streaming + - i.e. Streamed boundary loads faster on client than it streams in from server