virtual-node 0.5.1

A standalone Virtual DOM
Documentation
1
2
3
4
5
6
7
8
9
# virtual-node

## Overview

`virtual-node` is a virtual DOM node implementation that works in browser and non-browser environments.

## Optional Features
- **`web`** *(enabled by default)* - Enables support for handling events, such as `onclick`.
  Enables the `web-sys`, `js-sys` and `wasm-bindgen` dependencies.