sroze / ngInfiniteScroll

Infinite Scrolling for AngularJS
http://sroze.github.com/ngInfiniteScroll/
MIT License
2.89k stars 723 forks source link

angular 2 with DOM recycling, tombstones and scroll anchoring #303

Open elvisbegovic opened 8 years ago

elvisbegovic commented 8 years ago

Awesome and easy plugin, I have a request: do you have in mind to do same for angular2 BUT with this approach https://developers.google.com/web/updates/2016/07/infinite-scroller

Because the plugin is very nice, and name "infinite" is only name not very technical possible because of "adding very large set of elements to DOM" as you know, this consumming a lot memory

thanks in advance

graingert commented 8 years ago

You probably want to watch https://github.com/angular/material2/issues/823 this issue

On 27 Jul 2016 8:54 am, "vltr" notifications@github.com wrote:

Awesome and easy plugin, I have a request: do you have in mind to do same for angular2 BUT with this approach https://developers.google.com/web/updates/2016/07/infinite-scroller

Because the plugin is very nice, and name "infinite" is only name not very technical possible because of "adding very large set of elements to DOM" as you know, this consumming a lot memory

thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sroze/ngInfiniteScroll/issues/303, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZQTKzHBumklz8BttsHZbVkgl2_vb6Dks5qZw7JgaJpZM4JV7by .

elvisbegovic commented 8 years ago

maybe material do it, but what relation with ngInfiniteScroll, is this same?

I don't want to use material in my project :)

Just want to know if repo-team envisage develop same plugin for angular 2 and, if it's possible add must-have feature "virtual scrolling" using dom recycling

this is question, feature-request, enhancement

thanks

graingert commented 8 years ago

I don't currently plan on merging any features, only bug fixes

On 27 Jul 2016 9:20 am, "vltr" notifications@github.com wrote:

maybe material do it, but what relation with ngInfiniteScroll, is this same?

I don't want to use material in my project :)

Just want to know if repo-team envisage develop same plugin for angular 2 and, if it's possible add must-have feature "virtual scrolling" using dom recycling

this is question, feature-request, enhancement

thanks

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sroze/ngInfiniteScroll/issues/303#issuecomment-235518481, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZQTFDnDf6cPdQITUQFiQ7PaFJ-jlYEks5qZxTfgaJpZM4JV7by .

elvisbegovic commented 8 years ago

damage :-( but someway this enhancement is to fix "performance bug" howadays we have large set of data and this technic "add large set of elements to dom" is not an advice. We have to improve and update to new technic.

Thanks for fast reply, really apreciate

bye