Nice package!
How does this package solve lazy loading of large lists? If we have 1000 elements in total we don't want to query all 1000 elements, but query as we scroll down the list.
I see that you wrote this, which does not seem to solve lazy loading
@Query private var elements: [Element]
Nice package!
How does this package solve lazy loading of large lists? If we have 1000 elements in total we don't want to query all 1000 elements, but query as we scroll down the list.
I see that you wrote this, which does not seem to solve lazy loading