fay-dom alternatives and similar packages
Based on the "Fay" category.
Alternatively, view fay-dom alternatives based on common mentions on social networks and blogs.
-
fay-builder
Put Fay configuration in your projects .cabal file and compile on program startup or when building with Cabal
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of fay-dom or a related project?
Popular Comparisons
README
fay-dom
A FFI wrapper for DOM functions for use with Fay. It includes functions for the more commonly used DOM features. See fay-jquery if you want wrappers for jQuery.
Usage
Just install it with cabal:
$ cabal install fay-dom
Then include it at the top of your file.hs
:
import DOM
fay-dom uses fay-text so you probably want to enable OverloadedStrings
and RebindableSyntax
when using this package.
Finally, build the javascript including the package, as explained on the wiki:
$ fay --package fay-text,fay-dom file.hs
Development Status
Rudimentary at the moment. Functions will be added when people find the need for them. A lot of what this library could do already exists in fay-jquery, but if anyone wants to write Fay without jQuery feel free to add whatever is missing.
Contributions
Fork on!
Any enhancements are welcome.
The github master might require the latest fay master, available at faylang/fay.