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

Idea: Events to pause rendering and resume rendering from APL #316

Open
cursork opened this issue Dec 12, 2024 · 0 comments
Open

Idea: Events to pause rendering and resume rendering from APL #316

cursork opened this issue Dec 12, 2024 · 0 comments

Comments

@cursork
Copy link
Contributor

cursork commented Dec 12, 2024

We suffer from significant flicker due to every WC, WS rerendering. Some of the UIs we want to support are complex with many objects. I propose RenderStop and RenderContinue events to build up the initial state of the UI, but not render. Two seconds of flicker is worse than waiting two seconds.

NB This will result in issues using WG for dynamic properties, as the components will simply not be available until RenderContinue. I think this is reasonable, and we can choose to error if we want.

The context is looking at some applications using ⎕WC and seeing that, even locally, there is flicker.

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