From b2fdc3264d8f5a290bcd0d4a4a240b87c121ec57 Mon Sep 17 00:00:00 2001 From: Yuriy Durov Date: Sat, 11 May 2024 14:29:46 +0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e7f025..d0f4bc6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ ![Prerelease](https://img.shields.io/badge/prerelease%2C_work_in_progress-ffa624?style=for-the-badge) -**BitzArt.Blazor.MVVM** is a lightweight MVVM library for Blazor applications. It provides a simple and flexible way to implement the MVVM pattern in your Blazor applications. The library is designed to be used together with Blazor United and persists the component state between renders. +**BitzArt.Blazor.MVVM** is a lightweight MVVM library for Blazor applications. It provides a simple and flexible way to implement MVVM pattern in your Blazor applications. + +The library is designed to be used together with Blazor United with an ability to persist ViewModel state even when switching render modes. This allows for a complete prerendering of stateful components on page. Refer to the [documentation](https://bitzart.github.io/Blazor.MVVM) for more information.