fl-query icon indicating copy to clipboard operation
fl-query copied to clipboard

Async initial data

Open ganeshh123 opened this issue 9 months ago • 1 comments

Is it possible to set initial data asynchronously? I'd like to fetch offline data from the database and have that show first then it gets replaced when the query is fetched from the network. Is this possible?

ganeshh123 avatar May 01 '24 09:05 ganeshh123

I think if you set the jsonConfig param, queries initialize with data from storage.

PetrKubes97 avatar May 18 '24 14:05 PetrKubes97