Async/Resource support and example

This commit is contained in:
Greg Johnston
2022-08-01 18:02:02 -04:00
parent b21973783d
commit 46ea459988
14 changed files with 233 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
- [ ] Async
- [ ] Resource
- [x] Resource
- [ ] Render bug: when doing e.g., a `match` and having multiple branches with separate `template`s, all exist as separate document fragment and replace the fragment, not one another -- find a way to make sure that `Child<'a>` returned from `insert` is _actually_ attached to the DOM
- [ ] Render bug with list reconciliation
- [ ] Suspense
- [ ] Docs (and clippy warning to insist on docs)
- [ ] Read through + understand...