Rendering UI with Partial API Responses in Jetpack Compose Pagination
I have a requirement to fetch a large amount of data from an API and implement pagination. After fetching each page of data, I need to make two additional API calls to create the desired value object, and then re-render the UI.