For example, I hold my states in
state: initialState()
However, I reset this state with a button after some time. Is it possible to add another state that doesn't reset? I'd like to push the current state before reset to an array. So I could have a list of removed states in the history. How should I approach this?