Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/k1r0s/vdom-render
- Owner: k1r0s
- Created: 2017-06-20T17:48:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T17:48:24.000Z (over 7 years ago)
- Last Synced: 2024-10-28T09:35:06.994Z (2 months ago)
- Topics: dom-manipulation, rendering, services, virtual-dom
- Language: TypeScript
- Size: 114 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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