mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
15 lines
454 B
Markdown
15 lines
454 B
Markdown
# todo
|
|
|
|
- cleanup codebase
|
|
- limit `cleanup()` call to once per function scope?
|
|
- better error reporting and stack traces in strict mode
|
|
- auto-enable of strict mode depending on compiler optimizaton level
|
|
- check smoothness of spring at high frequency updates
|
|
- implement from solid
|
|
- [x] onCleanup > `cleanup()`
|
|
- [x] Index > `indexes()`
|
|
- [x] For > `values()`
|
|
- [ ] untrack
|
|
- [ ] batch
|
|
- [ ] async/resource/loading/suspense
|
|
- [ ] stores
|