I'm implementing a scroll feed of images, each "row" displays only one image, same as the feed of Instagram. I'm using React & Firebase to implement it, and I'm trying to figure out - what is the best way to implement it? Paging? infinite scroll? react virtualized? something else? Because I use Firebase, I want it to use as less as "firebase resources" as I can, and of course that I also want to load the images quick.
Thank you!