From 3638f488c9df00ad2cc796fd33995504ecef7e39 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Sat, 8 Oct 2022 21:34:59 -0400 Subject: [PATCH] Change and to , and update router example --- TODO.md | 33 ---------- examples/router/Cargo.toml | 1 + examples/router/index.html | 2 +- examples/router/src/api.rs | 5 +- examples/router/src/lib.rs | 110 +++++++++++----------------------- router/src/components/link.rs | 58 ++---------------- 6 files changed, 45 insertions(+), 164 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 0553c07c0..000000000 --- a/TODO.md +++ /dev/null @@ -1,33 +0,0 @@ -- [ ] Async - - [x] Resource - - [x] Suspense - - [x] Transitions - - [ ] Tests for Suspense/Transitions - - [ ] Bugs in Suspense/Transitions - - [ ] let render effects that _aren't_ under the transition continue running -- [ ] SSR - - [x] SSR - - [x] Hydration - - [x] Streaming HTML from server - - [x] Streaming `Resource`s - - [ ] Escaping HTML entities when doing SSR - - [ ] Isomorphic rendering benchmark - - [ ] Get hydration working properly with SSR/streaming HTML -- [ ] Server functions -- [ ] ``, `