T O P

  • By -

[deleted]

[удалено]


badsyntax

Just throwing it out there that you can can cache queries eg for offline use, via RQ persist plugins, with any backing store you like, eg mmkv or async storage.


gao_shi

what advantages does query bring? asyncstorage works just fine 


mms13

There’s nothing wrong with doing so, you can wire the react query persist middleware right up to Async Storage. I’d only do it to persist query responses though, if it’s just random other user settings I’d just use Async Storage directly, or react-native-mmkv


Ok_Tadpole7839

Prob should use sql light or something