The primary issue with this approach is that you are still rendering all of these elements, if you have many complex elements this will eventually cause slowdowns. I think you should cover infite scrolling while only rendering what is actually being shown.
The primary issue with this approach is that you are still rendering all of these elements, if you have many complex elements this will eventually cause slowdowns. I think you should cover infite scrolling while only rendering what is actually being shown.
Good point, thank you for your comment:)