Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jon2g/delayedviewmaui

A view that delays content rendering to optimize page push time
https://github.com/jon2g/delayedviewmaui

Last synced: about 2 months ago
JSON representation

A view that delays content rendering to optimize page push time

Awesome Lists containing this project

README

        

# DelayedViewMaui

[![NuGet version (DelayedViewMaui)](https://img.shields.io/nuget/v/DelayedViewMaui.svg)](https://www.nuget.org/packages/DelayedViewMaui/)

A view that delays content rendering to optimize page push time

## Using delay view:
https://github.com/user-attachments/assets/129957e3-7e92-4f19-810b-c875b8ae2374

## Without delay view:
https://github.com/user-attachments/assets/b935f3be-1dd7-4998-872f-acc07f62b629

Usage:
```
xmlns:dv="clr-namespace:DelayedViewMaui;assembly=DelayedViewMaui"
```

```


[....] Any View

```