If you only want to persist state and not the actu...
# squarelibraries
j
If you only want to persist state and not the actual nodes you can create a custom version of remember that writes to some persistent place, similar to rememberSavable on Android. When you resume you'll have the same state but you'll emit a full node tree rather than a diff. Although depending on what you're doing maybe you could simply ignore that first one?