Hi Sander I guess I was surprised to see all these thousands of elements still in the DOM, left untouched which I would imagine would bring the browser to its knees. As a counter example, if I keep scrolling down in twitter, scrolling soon becomes a problem, yet that site appears not to sweat it at all. There has to be some Angular magic going on under the hood. I'm used to seeing DOM styles flash as they're manipulated by infinite scrolling plugins in other frameworks, yet in the example of my post it appears there are no fancy DOM tricks and it just works beautifully. I was just curious about the mechanics I guess.
Thanks On Tuesday, April 12, 2016 at 7:51:25 AM UTC+3, Sander Elias wrote: > > Hi Lv, > > > If you design your app correctly, large lists is much less of a problem > then rumored, there are a lot of threads in this group that talk about that. > The site you mention uses a infinitive-scroll > <http://ngmodules.org/tags/infinite%20scroll>. That makes it easier to > achieve something like this. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
