You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README with Quick Start guide and version 0.2.0
- Add comprehensive Quick Start section with usage examples
- Include basic query and infinite query examples
- Update installation instructions to version 0.2.0
- Improve feature descriptions and requirements
- Add code examples for common use cases
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
A Swift implementation of TanStack Query for SwiftUI applications, providing powerful asynchronous state management with caching, synchronization, and more.
3
+
A Swift implementation of TanStack Query for SwiftUI applications, providing powerful asynchronous state management with caching, synchronization, and infinite queries.
4
4
5
5
## Features
6
6
7
-
- 🚀 Swift 6 compatible with strict concurrency
8
-
-📦 Zero external dependencies
9
-
-🔄 Automatic refetching (on mount, focus, reconnect)
10
-
- ⚡️ Request deduplication
11
-
- 🗑️ Garbage collection
12
-
- 📊 Parallel and dependent queries
13
-
- 🔧 Built with Swift Observation framework
14
-
- 📱 Support for iOS, macOS, tvOS, and watchOS
7
+
- 🚀 **Swift 6 Compatible** - Full strict concurrency support
8
+
-🔄 **Automatic Refetching** - On mount, focus, reconnect
9
+
-📱 **iOS 16+ Support** - Built with Perception library for broad compatibility
0 commit comments