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

Make use of context options to store @select state #141

Open
sethkinast opened this issue Jul 23, 2015 · 0 comments
Open

Make use of context options to store @select state #141

sethkinast opened this issue Jul 23, 2015 · 0 comments
Assignees

Comments

@sethkinast
Copy link
Contributor

Select states are so brittle currently. Now that we have context options (linkedin/dustjs#641) we can store the select state completely off the context stack, and rely on an ID lookup instead of Dust context traversal.

This should dramatically improve the amount of internal state finagling that has to be done currently.

@sethkinast sethkinast self-assigned this Jul 23, 2015
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