Bloomca / veles

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

Clean up everything when unmounting Veles app #46

Closed Bloomca closed 3 weeks ago

Bloomca commented 4 weeks ago

Description

Right now the HTML is removed, but all unmount handlers are not called, so first it takes some memory, but also if you connected it to the store, it would still be running these subscriptions in case the subscribed store value changes.

Approach

We have a tree already, so unmounting everything should be a pretty straightforward task.