From 463a7343117cb08c379395c23767872b2b2ff7a5 Mon Sep 17 00:00:00 2001 From: behnam rahimpour <74137947+behnamrhp@users.noreply.github.com> Date: Sun, 9 Nov 2025 22:38:24 +0300 Subject: [PATCH] doc: Add reactvvm links --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b5d876..64794ef 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,8 @@ function TodoList() { ); } ``` +> Note: This library act as the Model in the MV* architectures, highly suggested to be used beside of [ReactVVM](https://github.com/behnamrhp/React-VVM) which acts as the ViewModel and View in the MVVM. With these two approaches you can have solid MVVM architecture in your react application in any scale of projects. + ### Svelte For now we don't have any adapter for Svelte but to see an example of how to use it with Svelte You can check this [gist](https://gist.github.com/behnamrhp/4058a739a551548ec1baddbe8a4ebe87) @@ -515,4 +517,4 @@ For now we don't have any adapter for Svelte but to see an example of how to use ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.