purescript-oak icon indicating copy to clipboard operation
purescript-oak copied to clipboard

Implementation of the Elm Architecture in Purescript

Results 9 purescript-oak issues
Sort by recently updated
recently updated
newest added

It appears to be the new hotness https://github.com/snabbdom/snabbdom

**Problem: Those two functions exist in de facto library** https://github.com/ehrenmurdick/purescript-oak/blob/fd7088527c73190ab94e9baf467a1dd3b0e30435/src/Oak/Document.purs#L17 https://github.com/ehrenmurdick/purescript-oak/blob/fd7088527c73190ab94e9baf467a1dd3b0e30435/src/Oak/Document.purs#L20 **Solution: Import from standard library** https://pursuit.purescript.org/packages/purescript-web-dom/4.0.0/docs/Web.DOM.Node#v:appendChild https://pursuit.purescript.org/packages/purescript-web-dom/4.0.0/docs/Web.DOM.NonElementParentNode#v:getElementById Example Usage: https://github.com/purescript-concur/purescript-concur-react/blob/720879aba03c0cdfaad0d813d7b0fb5f32e8d614/src/Concur/React/Run.purs#L16-L16 **Additional context** ❤oak

To ease the cost of switching

enhancement

enhancement
help wanted

Should still be easy to find from either the readme or pursuit

depends on #71 - [ ] implement monoid instance native node, tree etc. - [ ] change statefull mainloop to tailrec foldl of state, msg

- [ ] introduce a typeclass (maybe "View") that rendering backends can implement - [ ] make Oak.Html instance for that typeclass - [ ] change mainloop to use View...

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...

dependencies
javascript