Skip to content

Async load of components and classes #5

@ctoesca

Description

@ctoesca

Each component and js is loaded synchronously.
It's because a component is instanciated only where all its dependencies are loaded.
It's possible to do it asynchronously but it's hard.

And the "uses" function will not block, so the implementations of the existing applications will need to be updated.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions