mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
17 lines
492 B
Markdown
17 lines
492 B
Markdown
# todo
|
|
|
|
- better error reporting and stack traces in strict mode
|
|
- auto-enable of strict mode depending on compiler optimizaton level
|
|
- investigate if weak table iteration can be invalidated
|
|
- define behavior of `cleanup()` in `untrack()` scopes
|
|
-
|
|
- solution to nested reactivity, see: SolidJS stores
|
|
- SolidJS control flow components
|
|
- equality checking of derived sources
|
|
- implement from solid:
|
|
- Show
|
|
- Switch
|
|
- Dynamic
|
|
- Portal
|
|
- batch
|
|
- optimize `indexes()` double-diffing
|