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

An experiment in replacing the virtual DOM and avoiding diffing

Results 7 purescript-sdom issues
Sort by recently updated
recently updated
newest added

This might be a better fit for SO, but I'm hoping you could help with how I could create events which depend on the state of a component. For instance...

By 'baking' I mean rendering and storing beforehand an asset that would otherwise be generated at run time. That is, would it be feasible to, as part of the transpile/build...

- [ ] color - [ ] hidden - [ ] image - [ ] number - [ ] password - [ ] radio - [ ] range - [...

enhancement
help wanted

Hi, I'm not quite sure if my following take on the project is correct or not. Either way, this kind of information would have helped me to better understand the...

the examples show some duplication in the main function, while it could just read: `main = hangOn 'container' myComponent` if we had a `hangOn` convenience function. This would also get...

enhancement
help wanted

This should be non-breaking and seems like a relatively obvious thing to do.

enhancement
help wanted

Attributes which never change don't need event handlers, so we can optimize them just like `text_` optimizes constant text nodes.

enhancement
help wanted