infinite-scroll
infinite-scroll copied to clipboard
infinite-scroll with websockets
Hi,
is there any way in which I could implement infinite-scroll with websockets?
From what I see in the documentation, path is mandatory, but in the case of a websocket there is no path that could be defined.
The way I would like to implement is to use the trigger 'request' for when I need to do the websocket requests.
What would be the best way to implement something like this?