reactive/bindable **Iterable** data structure #65
Labels
data binding
Everything related to data binding
optimization
Because speed, memory consumption, and bundle size are important
Milestone
This replace/shim JS Array, Map, and Set with
nusa/std
Vector, Map, Set.Yes, indexing operator (i.e
arr[i]
) is not reactive and there is no way to override/overload it in JS. That's why the name is Vector, not Array.The text was updated successfully, but these errors were encountered: