Nanoflow as datasource lazy loading

0
It seems nanoflow as datasource provide lazy loading feature. The reason i think is since nanoflow are run  from browser, so they are triggered when page is finished loading.    can any expert please confirm this.     
asked
1 answers
1

I can not elaborate is better then Mxtechies does: https://www.mxtechies.com/lazy-loading-data-in-mendix-with-nanoflows. Often we need this when a tab-list has one or several tab-views that slow the page down. We replace the tabs with buttons here named Section1, 2, 3, and 4, making the views only get loaded after the button getting clicked. We then style the buttons to look like tabs, and all seems the same as before, only now returning control to the user way faster.

answered