Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/framework/vue/community/community-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ A library for creating typesafe standardized query keys, useful for cache manage

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
Docs: https://zova.js.org/guide/techniques/model/introduction.html

## Query Rewind

Time travel and visualize state during development
Expand Down