Does CashApp paging support Web for Browser? I wan...
# squarelibraries
v
Does CashApp paging support Web for Browser? I want to use a Vue.js frontend with my KMP shared module
j
The target is supported, but there's no turn key implementation, so you'd have to write the integration with vue.js yourself
v
Do you mean I have to figure out myself how to Convert that PagingData<T> to some type which can be used on the Vue.js side
j
Yes. If you look in the repo there's an example for UIKit that you can see what's required of an integration
v
Oh, I'll check that out Thanks