Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezekielchentnik/preact-render-to-vdom
Render JSX and Preact components to a virtual dom document using undom
https://github.com/ezekielchentnik/preact-render-to-vdom
Last synced: 22 days ago
JSON representation
Render JSX and Preact components to a virtual dom document using undom
- Host: GitHub
- URL: https://github.com/ezekielchentnik/preact-render-to-vdom
- Owner: ezekielchentnik
- License: mit
- Created: 2017-05-28T22:00:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T19:08:08.000Z (almost 7 years ago)
- Last Synced: 2024-09-30T06:41:32.092Z (about 1 month ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - preact-render-to-vdom
README
# preact-render-to-vdom [![Travis Build Status][travis-img]][travis]
[travis-img]: https://travis-ci.org/ezekielchentnik/preact-render-to-vdom.svg
[travis]: https://travis-ci.org/ezekielchentnik/preact-render-to-vdomRender JSX and Preact components to a virtual dom document.
## Install
```sh
npm i preact-render-to-vdom -S
```## Usage
```js
// todo
```## Todo
- promisify
- examples
- tests
- tidy, refine api## Thanks
Thanks to [developit](https://gist.github.com/developit), [Stanback](https://gist.github.com/Stanback), & [BerndWessels](https://github.com/BerndWessels)# License
MIT