From b58a2a678b87ae370a88f838562e131c7df044e3 Mon Sep 17 00:00:00 2001 From: zhennann Date: Mon, 1 Jul 2024 20:41:48 +0800 Subject: [PATCH 1/2] Update community-projects.md Model: Unified Data Source --- docs/framework/vue/community/community-projects.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/framework/vue/community/community-projects.md b/docs/framework/vue/community/community-projects.md index 2950d2a7c6..7a4612904e 100644 --- a/docs/framework/vue/community/community-projects.md +++ b/docs/framework/vue/community/community-projects.md @@ -12,3 +12,9 @@ There are lots of community projects that build on top of Vue Query and use it t A library for creating typesafe standardized query keys, useful for cache management in `@tanstack/query` Link: https://github.com/lukemorales/query-key-factory + +## Model: Unified Data Source + +Zova provides the Model mechanism based on Vue Query in the MVC architecture, encapsulating unified data sources through Model, thereby standardizing the use of data, simplifying the code structure, and improving the maintainability of the code + +Link: https://github.com/cabloy/zova From 6dad14fb39b5e9b0494d97bab958d6ec52786e7e Mon Sep 17 00:00:00 2001 From: zhennann Date: Mon, 29 Jul 2024 20:27:11 +0800 Subject: [PATCH 2/2] Update community-projects.md Add docs link for more info about model based on tanstack query --- docs/framework/vue/community/community-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/framework/vue/community/community-projects.md b/docs/framework/vue/community/community-projects.md index 91bd11c19a..dd3dfa2306 100644 --- a/docs/framework/vue/community/community-projects.md +++ b/docs/framework/vue/community/community-projects.md @@ -18,6 +18,7 @@ Link: https://github.com/lukemorales/query-key-factory Zova provides the Model mechanism based on Vue Query in the MVC architecture, encapsulating unified data sources through Model, thereby standardizing the use of data, simplifying the code structure, and improving the maintainability of the code Link: https://github.com/cabloy/zova +Docs: https://zova.js.org/guide/techniques/model/introduction.html ## Query Rewind