From 3dacfc035228bc4aca6797fd78cb31f1e472241b Mon Sep 17 00:00:00 2001 From: marc2332 Date: Sat, 22 Jun 2024 22:06:05 +0200 Subject: [PATCH] chore: Update README.md features section --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fc88f81..32601f6 100644 --- a/README.md +++ b/README.md @@ -85,17 +85,16 @@ fn app() -> Element { ## Features - [x] Renderer-agnostic -- [x] Typed Query keys, errors and results -- [x] Manual query/queries invalidation -- [ ] Automatic/smart query invalidation -- [ ] Query aborting -- [x] Global Query + Function caching -- [x] Concurrent queries and mutations +- [x] Queries and mutations +- [x] Typed Mutations, Query keys, Errors and Values +- [x] Invalidate queries manually +- [x] Invalidate queries when keys change +- [x] Concurrent and batching of queries +- [x] Concurrent mutations ## To Do - Tests - Documentation - Real-world examples -- Clean up code MIT License