From bbcbaf80314b474ae63fcba1314e149ae876427d Mon Sep 17 00:00:00 2001 From: Yuriy Durov Date: Fri, 1 Nov 2024 11:40:53 +0400 Subject: [PATCH] Update readme --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d0f4bc6..4351969 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,8 @@ ## Overview -![Prerelease](https://img.shields.io/badge/prerelease%2C_work_in_progress-ffa624?style=for-the-badge) +This repository has been archived and is no longer maintained. -**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. +We have found that Blazor and the MVVM pattern don't go together as well as we had hoped, and we have decided to focus on a more general-purpose state management library for Blazor. -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. - -[![documentation](https://img.shields.io/badge/documentation-512BD4?style=for-the-badge)](https://bitzart.github.io/Blazor.MVVM) - -## License - -[![License](https://img.shields.io/badge/mit-%230072C6?style=for-the-badge)](https://github.com/BitzArt/Blazor.MVVM/blob/main/LICENSE) \ No newline at end of file +Work on state management functionality now continues in the [Blazor.State](https://github.com/BitzArt/Blazor.State) repository. \ No newline at end of file