File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments