mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Initial commit
This commit is contained in:
commit
cb002f4f27
50 changed files with 4666 additions and 0 deletions
18
todo.md
Normal file
18
todo.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# todo
|
||||
|
||||
- cleanup codebase
|
||||
- setup site, improve docs
|
||||
- cleanup within `values()` and `indexes()`
|
||||
- address behavior of binding property to multiples states
|
||||
- strict mode
|
||||
- better error reporting
|
||||
- warn when `values()` returns primitive
|
||||
- warn when `values()` returns duplicate object
|
||||
- implement from solid
|
||||
- [x] onCleanup > `cleanup()`
|
||||
- [x] Index > `indexes()`
|
||||
- [x] For > `values()`
|
||||
- [ ] untrack
|
||||
- [ ] batch
|
||||
- [ ] async/resource/loading/suspense
|
||||
- define order with nested properties
|
||||
Loading…
Add table
Add a link
Reference in a new issue