LiveView Streams with Pagination (Infinite Scroll)
Notes
How do we use LiveView streams with pagination where we want to insert more than one element?
We can reduce over the socket and use stream_insert/3
for each element!
🤷 At least, that’s what I do.