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
lauritzsh 2018-09-05T07:24:50.000100Z

What would you guys use for state management in a larger Rum application? Just atoms or some 3rd party library?

2018-09-05T07:33:29.000100Z

Have a look at citrus https://github.com/roman01la/citrus

lauritzsh 2018-09-05T07:54:12.000100Z

Hey @roman01la, I have definitely considered your library, since I already played with re-frame. One thing I like about re-frame is interceptors with after for local storage or spec checking. Is there something similar in Citrus I am missing from the docs?

lauritzsh 2018-09-05T08:02:18.000100Z

Can it be replicated using effect handlers?

2018-09-05T08:18:13.000100Z

No, there’s no such a thing. Maybe I’ll add it in the future