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

A functional and reactive UI framework based on Rx and VirtualDom

Results 3 purescript-outwatch issues
Sort by recently updated
recently updated
newest added

OS: macOS 10.12.4 npm: 3.10.10 purescript-outwatch: 0.7.0 Run: ``` npm install -g purescript pulp bower pulp init bower install purescript-outwatch npm install rxjs snabbdom ``` Edit `src/Main.purs`: ``` module Main...

I love OutWatch's overall design, but have some issues with consistency, modules organisation, and naming clashes (I saw the latests re-organisation commits, but I think there is more to discuss)...

feature discussion

Do you plan to add helpers like ``` inputRange :: forall e. Array (VDom e) -> VDom e inputRange opts = input (cons (tpe := "number") opts) ``` ? If...

enhancement