reflex-dom
reflex-dom copied to clipboard
Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure f...
My reflex-dom application gets stuck in a weird state where an event that is supposed to occur never occurs. Checking the "network" tab of the debugging tools I find two...
Hello! I believe GHC 9.2 has been out for enough time that support for it should be considered. Additionally, GHC 9.2.3 fixes [the space leak](https://gitlab.haskell.org/ghc/ghc/-/issues/15455) when compiling jsaddle-dom so the...
I want to play a sound when `evCorrect` happens, this is what I got, the code doesn't compile, though: ``` -- prerender is necessary to get `DomBuilderSpace m ~ GhcjsDomSpace`...
Basically the same thing as `_inputElementConfig_setValue` but for calling `.focus()` on the underlying element when the event fires.
Allow websocket client to determine when to reconnect, as an alternative to `reconnect` flag. When applied, the caller can back off, or refuse to reconnect. My specific use case is...
Github actions don't seem to work with jsaddle-dom.