CodeFlask
CodeFlask copied to clipboard
Destroy method
It looks like Codeflask is missing a Destroy method that removes Event Listeners, eventual created DOM Elements and enables us to use codeflask with reactive frameworks. The simple idea is that each CodeFlask instance should be destroyed whenever the parent component gets unmounted.
That makes sense. Since many (if not most) new front-end projects use some king of reactive framework, it would be useful to have a method like that.
Any update? :)