From 14d9c49fba6715a21e62dd473c11c8454cdc51f9 Mon Sep 17 00:00:00 2001 From: John Dunn <47347324+johnwdunn20@users.noreply.github.com> Date: Mon, 8 Jul 2024 01:06:33 -0700 Subject: [PATCH] docs: add Query Rewind to vue community projects (#7688) --- 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..8c3fbed616 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 + +## Query Rewind + +Time travel and visualize state during development + +Link: https://reactqueryrewind.com/