staydecent / nativescript-preact

Build cross-platform iOS and Android apps using Preact.
99 stars 3 forks source link

NS navigation caches previous Frames, but our undom is replaced #14

Open staydecent opened 5 years ago

staydecent commented 5 years ago

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?