Bloomca / veles

UI library with main focus on performance
https://bloomca.github.io/veles/
MIT License
40 stars 0 forks source link

useValueIterator subscribes only on mount #60

Closed Bloomca closed 3 weeks ago

Bloomca commented 3 weeks ago

Description

Subscribe only on onMount when executing useValueIterator. I discovered a few bugs in this PR, so I fixed them along the way related to adding new elements and then removing them from DOM.

Reference