T
TanStack11mo ago
other-emerald

Compatibility of Library with Ionic React and Capacitor for Android and iOS

Can this library be used with Ionic React and Capacitor? Specifically, I would like to know if it is compatible with both Android and iOS platforms. Are there any known limitations or additional configurations required for successful integration?
2 Replies
conscious-sapphire
conscious-sapphire11mo ago
Capacitor is based on HTML so depending on what other libraries you use you'll get the same compatibility as any other web framework IIRC capacitor expects a client + server architecture, so Tanstack Router + Tanstack Query sounds like a good fit
stormy-gold
stormy-gold11mo ago
capacitor does not necessarily expect a client server architecture, but can easily be used with one. react query works fine with it. I used it to handle states from capacitor native plugins and it worked well. That's the nice thing about react-query. it doesn't care about where your promises come from.

Did you find this page helpful?