https://github.com/anthonyshort/virtualize
A simple DSL for building virtual DOM trees
https://github.com/anthonyshort/virtualize
Last synced: 30 days ago
JSON representation
A simple DSL for building virtual DOM trees
- Host: GitHub
- URL: https://github.com/anthonyshort/virtualize
- Owner: anthonyshort
- Created: 2015-02-04T02:49:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T07:45:00.000Z (about 10 years ago)
- Last Synced: 2025-04-14T02:05:33.636Z (30 days ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
Awesome Lists containing this project
README
# Virtualize
[](https://www.npmjs.com/package/virtualize)
[]()```js
var node = require('virtualize');
var template = dom('button', { onClick: onClick }, ['Click me!']);
```
## Download```
npm install virtualize
```