inferno-clone-vnode
TypeScript icon, indicating that this package has built-in type declarations

8.2.3 • Public • Published

Inferno-clone-vnode

This package can be used to clone Inferno virtual nodes. This package can also be aliased to React.cloneElement.

import { cloneVNode } from 'inferno-clone-vnode';

const cloned = cloneVNode(
  vNode,
  [props],
  [...children]
)

Clone and return a new Inferno vNode using element as the starting point. The resulting element will have the original element’s props with the new props merged in shallowly. New children will replace existing children. key and ref from the original element will be preserved.

/inferno-clone-vnode/

    Package Sidebar

    Install

    npm i inferno-clone-vnode

    Weekly Downloads

    29,643

    Version

    8.2.3

    License

    MIT

    Unpacked Size

    17.6 kB

    Total Files

    12

    Last publish

    Collaborators

    • havunen