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 23 hours 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T11:56:03.000Z (over 6 years ago)
- Last Synced: 2025-05-01T10:09:59.261Z (13 days ago)
- Language: PureScript
- Homepage:
- Size: 403 KB
- Stars: 69
- Watchers: 13
- 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.