-
Notifications
You must be signed in to change notification settings - Fork 19
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
Allow restamping #53
Comments
+1 for this! |
+1 |
I have just pushed support for |
As it is right now,
iron-pages
doesn't provide for a way to destroy non-currently viewed pages and restamp them when they come back into view.Providing a property that does this (perhaps
restamp
), would allow for significant performance improvements when navigating through complex DOM chunks with multiple levels of nested iron-pages.There's potential hacks around this using
<dom-if>
but they don't really scale well for many subpages and they result in convoluted markup, see this S.O questionThe text was updated successfully, but these errors were encountered: