The best way to design an infinite scroll list on backend – Twitter API
I'm trying to design a page that supports infinite scroll. There is 1 important feature that we definitely want this to support: we want to be able to update the already loaded items if an item is changed/deleted. For example,…