I made a simple demo. But it seems that all the renderers are loaded all at once. I expect the renderer to be lazy to load, Am I wrong with which step? Thank you very much.
import Highway from "@dogstudio/highway/build/es5/highway";
const H = new Highway.Core({
renderers: {
index: import('./index'),
about: import('./about')
}
});
I made a simple demo. But it seems that all the renderers are loaded all at once. I expect the renderer to be lazy to load, Am I wrong with which step? Thank you very much.
Repository: https://github.com/zhw2590582/I-am-sleepy Demo: https://sleepy.im/index.html