pagination from multiple sources?
So I've been trying to figure out a way to combine two paginated sources into 1 paginated feed.
Essentially the current functionality pulls in a list of things from an outside api.
We also have our own list of things that we'd like to start including in the same feed that we display the outside data.
Both lists have the same fields, and come from paginated api endpoints, but I'm struggling to figure out a way to combine the lists on the front end that grabs data from both sources as needed based on a date field on the things.
Any ideas?
Essentially the current functionality pulls in a list of things from an outside api.
We also have our own list of things that we'd like to start including in the same feed that we display the outside data.
Both lists have the same fields, and come from paginated api endpoints, but I'm struggling to figure out a way to combine the lists on the front end that grabs data from both sources as needed based on a date field on the things.
Any ideas?
