Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

are all the pages created? #48

@mbana

Description

@mbana

if seems like all the pages are being created, e.g., the lifecycle methods are being called, before they are being used: this is an issue if the pages all depend on the same set of bindings cause variables to leak.

the docs need to be updated to indicate that the pages are not lazy loaded. here is the console log from a sample run:

module-id="BaseComp"

<...pages >
<CompOne>
<CompTwo>
< .../pages ...>

```javascript
BaseComp:created
CompOne:created
CompTwo:created
CompOne:ready
CompTwo:ready
BaseComp:ready
BaseComp:detached
CompOne:detached
CompTwo:detached

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions