rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
pez 2018-09-28T12:12:03.000100Z

Has someone found a good pattern for validating form fields using rum together with citrus?

mattly 2018-09-28T23:21:07.000100Z

My approach has been to keep the working state of the form and validation logic in rum component state

mattly 2018-09-28T23:21:48.000100Z

But otherwise I’ve typically approached this with a subscription that handles the validation checking