Skip to content
This repository was archived by the owner on Mar 2, 2021. It is now read-only.
This repository was archived by the owner on Mar 2, 2021. It is now read-only.

[feature request] Phantom node (or fragment to be the same as react) #119

@richard-uk1

Description

@richard-uk1

When I'm using this library, sometimes I have problems flattening all my data into a bumpalo::*::Vec to use as the children for a node. react solves this problem with fragments, a special node type that, rather than rendering an element in the dom, transparently inserts its children into the parent element at the right point.

It might make the library faster as well, since there will be less accidental re-allocations from use of bumpalo::*::Vec::push.

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