Nick

Results 2 issues of Nick

With the re-framing example, everything is handled through the `events` function: ``` (def events {:get (fn [path] @(re-frame/subscribe [:value path])) :save! (fn [path value] (re-frame/dispatch [:set-value path value])) :update! (fn...

Hey there! I'm trying to track the state change of an input to apply various CSS classes to it based on valid/invalid state. For some reason it doesn't seem like...

enhancement
help wanted