Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] View recycling #60

Closed
Tronix117 opened this issue Apr 16, 2018 · 0 comments
Closed

[Enhancement] View recycling #60

Tronix117 opened this issue Apr 16, 2018 · 0 comments

Comments

@Tronix117
Copy link

Right now, on each slide, every elements are recreated, it leads to poor performances on android mainly.

It could be great, like on the Vue ListView, that every slide is recycled with the new context, this way only 3 slides are requireds to be created (previous, current, next). And no other will be created, they will just be reused.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants