Skip to content

Multiple nested views #608

@timsim00

Description

@timsim00

Let's say I have an app with multiple tabs, and one tab has a wizard (multiple steps connected via next/back buttons).

Does every view always have to specify the entire page:
return html<id=page> ${header()} ${tabs()} <id=content>some nested view content</content> ${footer()} </page>

Or is there a pattern where a nested view can just returns it's own content?
return html...nested content...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions