neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.76k stars 149 forks source link

Portal.view.home.MainContainer: lazy loading child views #5475

Closed tobiu closed 1 month ago

tobiu commented 1 month ago

with the helix & colors app on the landing page, this content got too heavy.

one elegant idea: the child views (part) could always render with the LivePreview source view and once scrolling into the visible area for the first time, switching to the preview view (with a delay of 1-2s).

@maxrahder @Dinkh

tobiu commented 1 month ago

we can close this one, since all LivePreviews start with the source view now and switch to the preview view when getting scrolled into the visible area => this will lazy-load the related apps.