vide/todo.md
2023-08-22 13:08:16 +01:00

575 B

todo

  • cleanup codebase
  • 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
  • have reactive recomputations track sources dynamically
    • addresses case where sources are used in if-branching guarded by another source
    • performance implications
  • implement from solid
    • onCleanup > cleanup()
    • Index > indexes()
    • For > values()
    • untrack
    • batch
    • async/resource/loading/suspense
    • stores