Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.36k stars 896 forks source link

vue component inside RecycleScroller tag #723

Open warheartvik opened 2 years ago

warheartvik commented 2 years ago

In RecycleScroller documentation it says:

It is not recommended to use functional components inside RecycleScroller since the components are reused (so it will actually be slower).

Does that means that, using a vue component inside RecycleScroller tag will make it slower?

So what's the alternative in case the list we're trying to render contains a vue components?

Pls advise!

PeterPilley commented 1 year ago

Hi I am keen to know the answer to this question as well

I am using quasar with vue3 and am keen to use the q-card within the recyclescroller, is the only option to render just in div?

EzeFSpa commented 1 year ago

Same situation here, i need to render a list a items with a component inside. In my case im using the DynamicScrollerItem component but with a sub component inside.