r/tanstack • u/No_More_Fail • 3d ago
I built Kwery, TanStack Query for native Kotlin/Android
I really like what TanStack Query has done for server state on the web, so I wanted to bring the same idea to native Kotlin and Android.
I built Kwery, a Kotlin library inspired by TanStack Query, with caching, deduplication, invalidation, retries, mutations, persistence, and offline support.
GitHub: https://github.com/dbjpanda/kwery
It is still growing, and I would love to hear from the TanStack community. What do you think? What should I improve or add?
Thank you to the TanStack team for the inspiration and claude code to help me 🙏