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

Add hook to allow programmers to defer rendering until styles have been flushed to the DOM #3

Closed
benduran opened this issue Jul 11, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request invalid This doesn't seem right

Comments

@benduran
Copy link
Owner

It is possible to have your components rendered more quickly than the styles, which can result in quick flashes of unstyled components before the DOM writes are flushed.

@benduran benduran added the enhancement New feature or request label Jul 11, 2019
@benduran benduran self-assigned this Jul 11, 2019
@benduran benduran changed the title Add hook to allow programmers to defer rendering until styles have been flushe to the DOM Add hook to allow programmers to defer rendering until styles have been flushed to the DOM Oct 6, 2019
@benduran
Copy link
Owner Author

benduran commented Dec 4, 2019

This is no longer the case. A developer can either have the library render immediately (by default), or the developer can defer the rendering by manually grabbing the sheets in the sheet cache and writing them to the DOM themselves. Closing ticket

@benduran benduran closed this as completed Dec 4, 2019
@benduran benduran added the invalid This doesn't seem right label Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant