dataverse-frontend icon indicating copy to clipboard operation
dataverse-frontend copied to clipboard

Implement lazy loading

Open g-saracca opened this issue 10 months ago • 0 comments

It would be very beneficial to improve the performance of the application to load the different pages in a lazy way. This could just be done at the Router level with lazy imports

This way, if the user only visits the Collections page, for instance, only the javascript needed for that view will be loaded and not the javascript of the whole application.

g-saracca avatar Apr 22 '24 16:04 g-saracca