Hey all, We are working on adding paging support ...
# store
m
Hey all, We are working on adding paging support to Store5 and would love your input. Here's a quick overview: • We've added page-based and cursor-based fetches. • Read/write and complex loading/fetching operations such as filtering and sorting are supported. • New APIs like
StoreKey
and
StoreData
. • Better caching with
StoreMultiCache
. No breaking changes, just improvements. Please consider taking a look at the design doc and sharing your thoughts on the PR. https://github.com/MobileNativeFoundation/Store/pull/550
👀 2