Skip to content

Lazy load components

Working to minimize the main thread work by lazy loading the components. It sort of seems pointless to apply to VisualizationView.vue since that contains all thecomponents, but I figure it doesn't hurt either. The steps in main.js seem more relevant when using the router more.

Merge request reports

Loading