-
With [halogen #705](https://github.com/purescript-halogen/purescript-halogen/pull/705) open, which adds proper support for portals to Halogen, this library is no longer necessary (or a good idea!). If…
-
I have been playing around with web components in PureScript for a little while and so I thought I might be able to provide some feedback and help if I can.
- The spec outlines two types of custom …
-
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…
-
purescript-web/purescript-web-html#30 migrated the `ClassName`, `AttrName`, and `PropName` types from [Halogen](https://github.com/purescript-halogen/purescript-halogen) to [web-html](https://github.c…
-
I realize one sometimes has to let blog posts stay pinned to a point in history and not perpetually update them, but do you plan to update the code to more recent versions of PureScript and/or Halogen…
-
Given #646 and https://github.com/purescript-halogen/purescript-halogen/issues/629#issuecomment-548941920, maybe we could remove the automatic `Ref` tracking from the component machinery itself, and j…
garyb updated
4 years ago
-
Isn't it results in the same behavior?
```
-- | Runs an `Aff` value of the type commonly used by Halogen components. Any
-- | unhandled errors will be re-thrown as exceptions.
runHalogenAff :: f…
-
**Recipe Name**
```
GroceriesHalogen
```
.
**Recipe Description**
This recipe should do the same thing as `GroceriesHalogenHooks` but without the hooks.
-
I'm trying to style the Button component from the template project ( https://github.com/purescript-halogen/purescript-halogen-template/blob/master/src/App/Button.purs ) with some Bulma CSS (loaded i…
-
I have noticed that this line is called constantly thought there is no need to call it except for the root component (because yes, it should be appended to the for example)
https://github.com/pure…