fl-query
fl-query copied to clipboard
Async initial data
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?
I think if you set the jsonConfig param, queries initialize with data from storage.