Package

purescript-concur-react

Repository
ajnsit/purescript-concur
License
MIT
Uploaded by
ajnsit
Published on
2018-04-04T10:20:51Z

Concur UI Lib implementation for Purescript. React Backend.

Examples

Demo and Source for composing all the examples in one page.

Individual example sources -

  1. Hello World! Shows simple effectful widgets. Source.
  2. A simple counter widget. Source.
  3. Using AJAX and handling JSON responses. Source.
  4. A small widget to visualise CSS color codes. Source.
  5. Asynchronous timers which can be cancelled. Source.
  6. Performance test - A huge list of parallel buttons. This currently performs terribly. Source.

External React Components

Concur supports using external React components. For example, there is an ongoing effort to create concur bindings for SemanticUI-React. Look at the Sources, and the Demo.

Building the example from source

git clone https://github.com/ajnsit/purescript-concur.git
cd purescript-concur
yarn
psc-package update
npm run-script build
open html/index.html
Modules
Concur.Core
Concur.React
Concur.React.DOM
Concur.React.Run
Concur.React.Widgets
Control.ShiftMap
Dependencies