started to write my own paging lib, plz send help #AndroidDev
Paging by matt-ramotar · Pull Request #611 · MobileNativeFoundation/Store

Context: Closes #602 Addresses @yigit feedback #603 (comment) Addresses #608 Paging Technical Design Doc 1. Motivations Powerful and extensible solution for paging in KMP projects, under the Mobi...

GitHub
@friendlymike @pixellight @mattramotar oh my god this is addressing literally all the problems I am running into with AndroidX Paging right now. Will try to find some time over the next week to go through the code and see if I can help get this over the finish line.
@msfjarvis @friendlymike @pixellight @mattramotar what specific issues are you having with AndroidX Paging? I'd be curious to know if they're things already on our roadmap or something different.
@ianlake @msfjarvis @friendlymike @pixellight hey all - we started exploring this after receiving a lot of requests for a paging solution that could delegate loading and caching to Store. Integrating with AndroidX Paging would be ideal, but I didn't see a clean solution with changes just on our side. Other limitations/feature requests we've gotten: (1) local mutations and streaming of child items within the list of paging items, and (2) custom middleware, reducers, and post-reducer effects
GitHub - matt-ramotar/Paging

Contribute to matt-ramotar/Paging development by creating an account on GitHub.

GitHub