Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jon2g/delayedviewmaui
- Owner: Jon2G
- License: mit
- Created: 2024-07-22T01:19:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T17:20:50.000Z (4 months ago)
- Last Synced: 2024-11-11T06:51:53.360Z (2 months ago)
- Language: C#
- Size: 1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-acc07f62b629Usage:
```
xmlns:dv="clr-namespace:DelayedViewMaui;assembly=DelayedViewMaui"
``````
[....] Any View
```