+ 3
Mern stack
Hello if there is any mern stack developer here. I have a question that i am creating a social media app for my major project. It has a feed which consist posts from different users. Now because there are so many posts (images) so getting them from backend at once is not possible. I want to add a functionality by which posts can be streamed in small parts while scrolling. Also one more thing that information regarding posts is stored as documents in mongodb and their images are stored at cloudinary. How can we do this.
2 Respostas
+ 1
With a „Lazy Loading“. You can find about that in web.
+ 2
Thanks for help