Reve
Implement 'load more' feature efficiently
I read the docs and searched this for like 3 hours but still can't find a good solution.
Here is what my code currently looks like:
You don't need to care about the
Post
type and component they are just there to display a post
My idea was to use an array to save the loaded posts and when it needs to load more I changed the id to be the last loaded post id17 replies