Update ui.md

This commit is contained in:
Justin Woo 2018-10-08 13:32:07 +03:00 committed by GitHub
parent 230099f6d6
commit 35e30852af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# UI libraries
There are effectively two choices.
There are effectively two and a half choices.
## Halogen
@ -13,3 +13,9 @@ PureScript. Fast if you don't write naive code with thousands of unkeyed childre
React interop.
[React-Basic](https://github.com/lumihq/purescript-react-basic)
## Hedwig
Another solution that is performant and tries to be easy to use.
[Hedwig](https://github.com/utkarshkukreti/purescript-hedwig)