0.1.0 • Published 6 years ago

purescript-concur-react v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Purescript Concur (React Backend)

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