-
Notifications
You must be signed in to change notification settings - Fork 149
Reflex FAQ
Not at this time. Reflex does not currently work with Haste because Haste does not support weak references which are crucial to implementing the reflex FRP semantics efficiently.
References:
https://github.com/reflex-frp/reflex-dom/issues/86#issuecomment-241418181
Reflex is scheduled to get these instances in version 0.5. As of this writing the implementation is mostly complete and is undergoing final polish and testing before release and is currently available on github in reflex's develop branch.
It is possible, but it's a bit of folklore at this moment. There are some examples out there, most notably:
https://github.com/tolysz/reflex-todomvc/ https://github.com/yamafaktory/reflex-starter
However, there might be issues preventing build from succeeding, in this case it's worth investigating the node version installed: https://github.com/commercialhaskell/stack/issues/2495 https://github.com/commercialhaskell/stack/issues/1632