Concur

Concur is a brand new Web UI Framework for Haskell that seeks to take the best parts from Elm, Reflex, and React.

More docs will be forthcoming. Until then check out the github repo for more information.

Also check out the examples below -

Concur • Examples

  1. Click Counting Example - Demo, Source - Count total number of clicks on the page, with a button that increments the click count by 10, and also autoincrement clicks every second.
  2. TodoMVC Example - Demo, Source - The canonical TodoMVC example, with views modeled after the one in Elm.
  3. Mario Example - Demo, Source - Port of the Mario Example from Elm
  4. High/Low Game (Virtual-dom) - Demo, Source - An extremely simple number guessing game in 15 lines of code
  5. High/Low Game (React) - Demo, Source - The same HiLo game, using the React backend
  6. Kirby Super Star Ultra Splits Timer GUI Challange - Demo, Source - Concur implementation of the KSSU Splits Timer GUI Challenge. Shows a moderately complex UI that's not a todolist!
  7. Menu Widget - Demo, Source - Builds a generic menu widget in 10 lines of code
  8. Drag Drop Sortable List Widget (React) - Demo, Source - Demonstrates Concur binding to React-Sortable-Tree. A good example of reusing existing React components in Concur.
  9. Your first 8 Concur Pipes Widgets (React) - Demo Source - Your first 8 Concur Pipe programs! Inspired from the mighty Fudgets' - http://www.altocumulus.org/Fudgets/Intro/