Skip to content

out of order / concurrent rendering #76

Description

@thescientist13

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions