purescript-outwatch
purescript-outwatch copied to clipboard
A functional and reactive UI framework based on Rx and VirtualDom
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)...
Do you plan to add helpers like ``` inputRange :: forall e. Array (VDom e) -> VDom e inputRange opts = input (cons (tpe := "number") opts) ``` ? If...