Skip to content

Commit f272483

Browse files
committed
docs: Add library size details to README for clarity on app impact
1 parent b5776e0 commit f272483

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,22 @@ dotnet add package EasyAppDev.Blazor.Store
7070

7171
**Requirements:** .NET 8.0 or higher • Blazor Server or WebAssembly
7272

73+
### Library Size
74+
75+
**Exceptionally lightweight** - Only **38 KB** (gzipped) added to your Blazor WebAssembly app:
76+
77+
- 📦 **Uncompressed**: 94 KB DLL
78+
- 🗜️ **Gzipped**: ~38 KB (actual download size)
79+
- 📊 **App Impact**: ~0.1% of typical Blazor app size
80+
- 📉 **Dependencies**: Zero additional bytes (uses standard Blazor packages)
81+
82+
**For perspective**: This is less than a typical logo image, yet you get:
83+
- Complete state management with reactive components
84+
- 5 async helpers (debounce, throttle, cache, async execution)
85+
- Redux DevTools integration
86+
- Persistence with LocalStorage/SessionStorage
87+
- Middleware system with diagnostics
88+
7389
---
7490

7591
## Required Services

0 commit comments

Comments
 (0)