Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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?

Awesome Lists containing this project

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)