Skip to content

Virtual Node Support#425

Merged
agubler merged 3 commits intodojo:masterfrom
agubler:fragment-support
Jun 28, 2019
Merged

Virtual Node Support#425
agubler merged 3 commits intodojo:masterfrom
agubler:fragment-support

Conversation

@agubler
Copy link
Member

@agubler agubler commented Jun 28, 2019

Type: feature

The following has been addressed in the PR:

Description:

Adds support for virtual nodes in the rendering engine. This enables nicely returning arrays when using TSX.

render() {
    return (
        <virtual><div/><div/></virtual>
    );
}

Resolves #424

@agubler agubler changed the title Fragment Support Virtual Node Support Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fragment Support

3 participants