Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-am-tom/purescript-panda
What would TEA look like if we had no VDOM?
https://github.com/i-am-tom/purescript-panda
Last synced: about 2 months ago
JSON representation
What would TEA look like if we had no VDOM?
- Host: GitHub
- URL: https://github.com/i-am-tom/purescript-panda
- Owner: i-am-tom
- Archived: true
- Created: 2018-01-18T23:05:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T11:56:03.000Z (almost 6 years ago)
- Last Synced: 2024-11-01T05:20:42.423Z (2 months ago)
- Language: PureScript
- Homepage:
- Size: 403 KB
- Stars: 68
- Watchers: 14
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-purescript - purescript-panda - What would TEA look like if we had no VDOM? (UI Libraries)
README
# Panda 🐼
Panda is a PureScript UI library for building declarative front-ends without a
virtual DOM. To achieve this, dynamic events are specifically labelled and
configured to produce specific event listeners, and updates are localised to
the tree underneath.For a full example, see the `examples` directory. I'll try to add more
documentation in the coming days, but this is very much alpha software right
now.[Module
documentation](https://pursuit.purescript.org/packages/purescript-panda/) is
published on Pursuit.![Panda](https://raw.githubusercontent.com/i-am-tom/purescript-panda/master/panda.png)