You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking into a code and trying to wrap my head around a topic of dynamic deeply nested object and array structures. I'm pretty sure someone here thought it through and I don't have to rediscover things.
Lets say I have this example:
const items = vanX.reactive([])
return vanX.list(ul, items, v => SomeComponent(v))
Looking into a code and trying to wrap my head around a topic of dynamic deeply nested object and array structures. I'm pretty sure someone here thought it through and I don't have to rediscover things.
Lets say I have this example:
and then I add item:
can I use vanX.list on sub_items?
The text was updated successfully, but these errors were encountered: