Hi friends :wave: I have a question about `Paging...
# compose
m
Hi friends 👋 I have a question about
Paging3
library - when I want to make in-memory update to
PagingData
. Is
combine(....)
definitely the best practice to update
PagingData
in a case where we don't use the Room or any other persistence solution? 👇
Copy code
combine(someData) { pagingData, someData ->
Here is the image of
PagingData
signature: Maybe @Ian Lake knows 🤔