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

Raising components asynchronously #42

Open
turkelinda opened this issue Oct 6, 2015 · 0 comments
Open

Raising components asynchronously #42

turkelinda opened this issue Oct 6, 2015 · 0 comments

Comments

@turkelinda
Copy link

We have a component A with a huge amount of child-components (and they have further components as well). When we change the state of this component A to 'ready' and have set auto-increase to true, then all the child components raise as well. This causes the browser (even Chrome) to freeze for a while until all components have reached the new state.
It is the same even when you use asynchronous state transitions, because internally it is still handled synchronous.

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