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

Loading the app does not periodically yield to allow rendering #771

Open
MartinZikmund opened this issue Sep 11, 2023 · 1 comment
Open

Comments

@MartinZikmund
Copy link
Member

When the app is loading, the layouting of the browser is prevented as the thread is busy - so window size changes cause ugly white bars and the app seems frozen. It could be useful to break up the loading using setTimeout to allow the rendering to go through (if possible in terms of the current implementation)

image

@jeromelaban
Copy link
Member

I don't think this is possible at this time, as the startup is mainly sequential and non-interruptible, but with threading we may be able to simplify this.

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

2 participants