Hi! What can I use for pagination in compose wasmJ...
# compose-web
w
Hi! What can I use for pagination in compose wasmJs? In android there's Paging 3, but so far it's only supporting KMP android/ios target, but not web.. do i need to create my own paging for web?
d
Hello! Yes, for now androidx paging is not available for wasmJs. But it is moved to multiplatform: https://developer.android.com/jetpack/androidx/releases/paging#3.3.0-alpha02
j
It might be possible to add the wasmJs target to multiplatform-paging, which adds js and other native targets to AndroidX Paging.