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
mattly 2019-01-07T18:19:19.017300Z

you should use rum/static on components which take no arguments or whose arguments are immutable

mattly 2019-01-07T18:19:38.017700Z

honestly I wish that was a default

mattly 2019-01-07T18:37:57.020300Z

well after seeing tonsky's "it's fast or it's wrong" post I'm honesty wondering what the future is for Rum

2019-01-07T18:39:19.021500Z

It looked to me that he made Rum as a library that does not make choice for its users. He might expect the users to really write their own macros for having static as default.

2019-01-07T18:41:52.023200Z

I feel that it’s made as a library rather than a framework so it can be a tool for anyone who wants to write his own framework or set of patterns.

mattly 2019-01-07T19:15:51.023400Z

fair point