T
TanStack2y ago
sensitive-blue

Does react-query work with react-native-windows ?

Hi, i am wondering if react-query work with react-native-windows. Its doesn’t write on documentation.
1 Reply
deep-jade
deep-jade17mo ago
It's a purely-javascript package (meaning no native code). So yes, it will work. Where you may run into some setup work in things like an offline persister. There you may need to write your own connector to however data is persisted on react native windows. But React Query provides the primatives to do it along with some examples. Another place is the online/offline detection. Again, there are primatives to plug into.

Did you find this page helpful?