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

out of order / concurrent rendering #76

Open
thescientist13 opened this issue Jul 18, 2022 · 0 comments
Open

out of order / concurrent rendering #76

thescientist13 opened this issue Jul 18, 2022 · 0 comments
Labels
feature New feature or request
Milestone

Comments

@thescientist13
Copy link
Member

Type of Change

  • New Feature Request

Summary

As detailed in , marking visitor pattern functions as async was leading to intermittent failures in the compiler due to nested components not being defined in time before the parent was serialized.

However, it would be nice to solve this!

Details

Definitely more than just marking them as async again, but I could see at very least being able to parallelize siblings? So for instance, something like this

<x-header></x-header>
<x-footer></x-footer>

Should be able to support parallel rendering paths. This might require an initial reading of the DOM but could definitely make things faster where possible.

@thescientist13 thescientist13 added the feature New feature or request label Jul 18, 2022
@thescientist13 thescientist13 added this to the 1.0 milestone Jul 18, 2022
@thescientist13 thescientist13 added feature New feature or request and removed feature New feature or request labels Jul 31, 2022
@thescientist13 thescientist13 pinned this issue Aug 6, 2022
@thescientist13 thescientist13 unpinned this issue Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant