First Aurelia question :
I am developing a simple prototype app that contains a globe viewer implemented in Cesium. The globe is a Aurelia component configured in the router.
My question is that if I wanted to navigate to another component via the router and back to the globe component, is there a way to configure Aurelia to not destroy and recreate the component? Currently, it appears that the entire Cesium globe is recreated every time I navigate away and back. In the docs, it appeared like “determineActivationStrategy” was something I needed to configure correctly, but that doesn’t appear to do anything.
No, caching a route component isn’t currently supported. There’s an open issue on github about it, and some work has been done, but it isn’t ready just yet.