This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

purescript-ractive

0.1.4 • Public • Published

purescript-ractive

RactiveJS bindings for PureScript

Based on the original sources from Aitor P. Iturri

This version is compatible with psc 0.9.3.

The original Grunt mechanics were replaced by Gulp/WebPack.

For quick testing a small demo app with detailed comments is available.

Screenshot

My article on using PureScript with RactiveJS.

All of the APIs from RactiveJS v0.7.3 are supported

Component Support

Creation of RactiveJS Components is supported via the extend API. Read the Tutorial for more info.

Future planning

Follow the development of RactiveJS and continuously update the bindings.

Building the Bindings

npm install [initial build only]
bower update [initial build only]
gulp

Building the Demo

gulp make-demo [initial build only]
gulp build-demo
open index.html from subdir demo

Or use HapiJS

npm start  [will load index.js from subdir demo]

Testing

pulp test

QuickCheck is used for property-based testing while JSDOM is for headless testing of RactiveJS-APIs.

License

MIT

Dependents (0)

Package Sidebar

Install

npm i purescript-ractive

Weekly Downloads

1

Version

0.1.4

License

MIT

Last publish

Collaborators

  • brakmic