Skip to content

Commit

Permalink
chore: Update README.md features section
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jun 22, 2024
1 parent a875926 commit 3dacfc0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3dacfc0

Please sign in to comment.