Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyshort/virtualize
A simple DSL for building virtual DOM trees
https://github.com/anthonyshort/virtualize
Last synced: 24 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T07:45:00.000Z (over 9 years ago)
- Last Synced: 2024-08-08T17:17:20.663Z (3 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
Awesome Lists containing this project
README
# Virtualize
[![version](https://img.shields.io/npm/v/virtualize.svg?style=flat-square)](https://www.npmjs.com/package/virtualize)
[![npm](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)]()```js
var node = require('virtualize');
var template = dom('button', { onClick: onClick }, ['Click me!']);
```
## Download```
npm install virtualize
```