-
There was this issue in 2015 which jdegoes closed without leaving a comment https://github.com/purescript-halogen/purescript-halogen/issues/130
We can keep `className` for `classes` and `class_` an…
-
Hi,
I have recently implemented a modification debouncing mechanism for components I use at work, and I had to approach a following well-known problem: how to run a function like `setTimeout :: Int…
-
Hi, It seems `HH.option [HP.selected true] []` does not work with multiple select inside `HH.select`
Here is a more involved [example](https://try.purescript.org/?code=LYewJgrgNgpgBABQIYHMYDoCiYCW…
-
This is sort of a funny situation... If I want to write a test for hooks in the `purescript-halogen-hooks-extra` library, I have to add a souce glob via `.spago/halogen-hooks/*/test/**/*.purs` to even…
-
Currently the only routing example uses coroutines, which IMO complicate unnecessarily the code
https://github.com/purescript-halogen/purescript-halogen/blob/v2.0.0/examples/driver-routing/src/Main…
-
Per https://github.com/purescript-halogen/purescript-halogen/blob/222e1febc889c64a71013748b6bf04db969888f9/src/Halogen/Query/HalogenM.purs#L109-L113, the `MonadState` uses the `state` type defined in …
-
Or at least compartmentalize them.
https://github.com/slamdata/purescript-halogen/issues/170
-
### Summary
The `lazy` and `memoized` functions (ie. anything that uses `Thunk` from `halogen-vdom`) can cause slots to incorrectly be created and destroyed when used on HTML containing child compone…
-
The driver-routing example contains the line:
https://github.com/purescript-halogen/purescript-halogen/blob/2f8531168207cda5256dc64da60f791afe3855dc/examples/driver-routing/src/RouteLog.purs#L11
t…
-
**Syntax highlighted code in a Halogen App**
```
HalogenSyntaxHighlightedCode
```
Each recipe name must be unique. Use PascalCase.
**Recipe Description**
No idea if this would be worth…