https://github.com/bodil/purescript-vdom
A native PureScript virtual DOM implementation.
https://github.com/bodil/purescript-vdom
Last synced: 2 months ago
JSON representation
A native PureScript virtual DOM implementation.
- Host: GitHub
- URL: https://github.com/bodil/purescript-vdom
- Owner: bodil
- Created: 2016-08-22T02:38:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T21:18:00.000Z (about 8 years ago)
- Last Synced: 2024-04-15T12:19:16.830Z (about 1 year ago)
- Language: PureScript
- Size: 9.77 KB
- Stars: 48
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# purescript-vdom
A native PureScript virtual DOM implementation.
* [API docs on Pursuit](http://pursuit.purescript.org/packages/purescript-vdom/)
* [A simple Elm style example](test/Main.purs)## Licence
Copyright 2016 Bodil Stokke
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.You should have received a copy of the GNU Lesser General Public
License along with this program. If not, see
.