Concur UI Lib is a brand new client side Web UI framework that explores an entirely new paradigm. It does not follow FRP (think Reflex or Reactive Banana), or Elm architecture, but aims to combine the best parts of both. This repo contains the Concur implementation for Purescript, using the Halogen-VDom backend.
Work in progress tutorials are published in the Concur Documentation site
API documentation is published on Pursuit.
Concur's model translates well to other platforms.
- Concur for Purescript (React Version) - Purescript-Concur React Backend.
- Concur for Haskell - The original version of Concur written in Haskell.
- Concur for Javascript - An official but experimental port to Javascript.
- Concur for Python - An unofficial and experimental port to Python. Uses ImgUI for graphics. Created and Maintained by potocpav.
spago install purescript-concur-vdom
git clone https://github.com/purescript-concur/purescript-concur-vdom.git
cd purescript-concur-vdom
npm install
# Build library sources
npm run build