Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k1r0s/vdom-render

dom manipulation as service
https://github.com/k1r0s/vdom-render

dom-manipulation rendering services virtual-dom

Last synced: 23 days ago
JSON representation

dom manipulation as service

Awesome Lists containing this project

README

        

### vdom-render

Alpha WIP!!

This service is used to render HTML string into the dom using [virtual-dom](https://github.com/Matt-Esch/virtual-dom)

This service contains render method which receives two arguments.

appendTo: HTMLElement

Represents the root element that will host new content

html: string

Represents the template to be rendered using virtual-dom patching