vide/todo.md
Aaron Smith d77fe0f92f
2023-09-14 18:15:54 +01:00

436 B

todo

  • auto-enable of strict mode depending on compiler optimizaton level
  • property binding optimization
    • would no longer allow cleanup() usage in binding scopes
  • solution to nested reactivity, see: SolidJS stores
  • investigate performance of wide graphs
  • optimize child removal
  • implement from solid:
    • Portal
    • batch
  • optimize indexes() double-diffing
  • define behavior of deriving a source within a derived source