Fix error in test

Also misc changes
This commit is contained in:
Aaron Smith 2023-10-27 15:47:43 +01:00
parent aca08709b6
commit 7d82fe353e
4 changed files with 34 additions and 36 deletions

10
todo.md
View file

@ -1,12 +1,10 @@
# todo
- property binding optimization
- would no longer allow `cleanup()` usage in binding scopes
- solution to nested reactivity, see: SolidJS stores
- optimize wide graph updating
- implement from solid:
- Portal
- batch
- stores
- portals
- batch()
- optimize `indexes()` double-diffing
- improve crash course, some sections feel like information dumps
- cleanup source and tests
- prevent redundant re-eval of nodes in a complex diamond graph