mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
18 lines
507 B
Markdown
18 lines
507 B
Markdown
# 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
|