nativescript-preact
nativescript-preact copied to clipboard
NS navigation caches previous Frames, but our undom is replaced
When triggering goBack
NS will show the cached previous Frame tree. But, by this point, we have replaced our DOM, and not cached the previous dom representation of the Frame.
Should we cache? Should we rebind from scratch?