reflex-dom icon indicating copy to clipboard operation
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...

Results 83 reflex-dom issues
Sort by recently updated
recently updated
newest added

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...

question

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...

question

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`...

question

Basically the same thing as `_inputElementConfig_setValue` but for calling `.focus()` on the underlying element when the event fires.

enhancement

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.