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

re-writing nested control flow bindings #23

Open
mbest opened this issue Oct 4, 2012 · 0 comments
Open

re-writing nested control flow bindings #23

mbest opened this issue Oct 4, 2012 · 0 comments

Comments

@mbest
Copy link
Owner

mbest commented Oct 4, 2012

Currently, when control-flow bindings are nested, each re-rendering of the outer binding must re-initialize the inner binding, which must re-save its "template" elements. The change here would be to do a pre-initialize, which would save the templates to a fix place and rewrite the binding to use those saved templates.

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

No branches or pull requests

1 participant