[FuseJS] Model lifecycle

Hey there.

I’m just wondering, is there is a way to know, when we actually close the page?
It would be very nice if we could have ability to know, when current page/component with attached JS model is going to be unmounted.
At the moment, i’m unable to manage subscriptions to redux, so, i have lot’s of classes in memory even if i left the page.