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
- Host: GitHub
- URL: https://github.com/coot/purescript-react-ix
- Owner: coot
- License: mpl-2.0
- Created: 2017-07-21T21:39:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T18:52:37.000Z (over 8 years ago)
- Last Synced: 2026-02-09T01:20:47.055Z (4 months ago)
- Language: PureScript
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-react-ix
[](http://github.com/coot)
[](https://pursuit.purescript.org/packages/purescript-react-ix)
[](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.