react-haskell: Haskell React bindings
This package provides high level bindings to Facebook's React library, meant for use with Haste.
React is a JavaScript library for building user interfaces. React (and React-Haskell) is focused on just UI - it's not a framework.
Currently React-Haskell can render simple stateful components, but not what React calls classes. Put another way, React-Haskell doesn't support lifecycle methods yet.
Here's a simple example which demonstrates basic elements, attributes, state, and handling events.
statefulView :: StatefulReact JSString ()
statefulView = div_ <! class_ "container" $ do
str <- getState
input_ <! value_ str
<! onChange (\_ evt -> toJSStr $ map toUpper $ fromJSStr $ targetValue evt)
Downloads
- react-haskell-1.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 1.1.0.0, 1.2.0.0, 1.3.0.0, 2.0.0, 2.0.1 |
|---|---|
| Dependencies | base (>=4.7 && <4.8), haste-lib (>=0.4 && <0.5), monads-tf, transformers [details] |
| License | MIT |
| Author | Joel Burget |
| Maintainer | joelburget@gmail.com |
| Uploaded | by joelb at 2014-12-02T06:46:50Z |
| Category | Web |
| Home page | https://github.com/joelburget/react-haskell |
| Bug tracker | https://github.com/joelburget/react-haskell/issues |
| Source repo | head: git clone https://github.com/joelburget/react-haskell.git |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 3595 total (23 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs not available [build log] All reported builds failed as of 2016-12-12 [all 5 reports] |