@hackage react0.1.0.0
Create React components in Haskell
Categories
License
BSD-3-Clause
Maintainer
maintainer@obsidian.systems
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
- 0.1.0.0 Mon, 21 Aug 2023
Installation
Dependencies (9)
- base >=4.14.3 && <4.15
- containers >=0.6.5 && <0.7
- ghcjs-base >=0.2 && <0.3
- hashable ==1.3.5.0
- jsaddle >=0.9.8 && <0.10
- jsaddle-warp >=0.9.8 && <0.10 Show all…
Dependents (0)
This library provides bindings to React that allow you to write components in Haskell. Typically, these components will be compiled with GHCJS to produce JavaScript for inclusion in a React application.