An open API service indexing awesome lists of open source software.

https://github.com/coot/purescript-react-ix

purescript react bindings: safe refs and custom properties
https://github.com/coot/purescript-react-ix

Last synced: 4 months ago
JSON representation

purescript react bindings: safe refs and custom properties

Awesome Lists containing this project

README

          

# purescript-react-ix

[![Maintainer: coot](https://img.shields.io/badge/maintainer-coot-lightgrey.svg)](http://github.com/coot)
[![Documentation](https://pursuit.purescript.org/packages/purescript-react-ix/badge)](https://pursuit.purescript.org/packages/purescript-react-ix)
[![Build Status](https://travis-ci.org/coot/purescript-react-ix.svg?branch=master)](https://travis-ci.org/coot/purescript-react-ix)

Type safe _ref callbacks_ and _custom properties_ set on `ReactThis`.

# Installation

```
bower install purescript-react-ix
```

# Dependencies

[PureScript React](https://pursuit.purescript.org/packages/purescript-react)
bindings has very few dependencies. This package also does not depend on
`purescript-dom` or `purescript-dom-classy`, but you can use `refFn` with data
types from any of those. The only dependencies are on [index
monads](https://pursuit.purescript.org/packages/purescript-indexed-monad)
and [typelevel-prelude](https://pursuit.purescript.org/packages/purescript-typelevel-prelude).

# Documentation

Documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-react-ix).
Also check out tests for some basic examples.