Skip to content

Make the components not vissible while loading #45

@spynetS

Description

@spynetS

Right now when we have a component

<template rapid-name="comp" >
<h1>{props.children}</h1>
</template>

<comp>TEST</comp>

before rapid has loaded and replaced everything
the <comp>TEST</comp> will be rendered as TEST in the dom

Plan

One could wrap the component initlization inside a template which would make it not render
but this would look ugly

<template rapid-render>
   <comp>TEST</comp>
</template>

Or

<template component-name="comp">
   TEST
</template>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions