purescript-virtual-dom icon indicating copy to clipboard operation
purescript-virtual-dom copied to clipboard

Low level virtual-dom bindings for PureScript

Results 6 purescript-virtual-dom issues
Sort by recently updated
recently updated
newest added

I wanted to try using virtual-dom from PureScript and I found that this library hasn't been updated for PureScript 0.7, so here is my attempt at doing that. Since this...

I'm going through the book and checking everything is up to date. Are there plans to update this for 0.7.4.1? If not, no worries, but I'll take it out of...

Both this: ``` purescript vnode "nav.nav-bar" {} [] ``` this: ``` purescript vnode "nav" {class: "nav-bar"} [] ``` and this: ``` purescript vnode "nav" {"class": "nav-bar"} [] ``` fail to...

bug

I'm new to purescript in general, but unsure how I'm suppose to build this as I got the following error in the JS console when I built this. ``` Uncaught...

Has anyone taken a look at it yet on how to add bindings for them?

question

This PR includes two changes beyond PR #6. The first is a leaner, more convenient definition of `thunk` that automatically handles converting null vtree with `Nothing`, or non-null to `Just`....