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
2020-04-27T21:01:18.057600Z

Upgraded to the new release yesterday - went great. Had a good experience switching a component away from rum/local to a plain rum/use-state hook.

2020-04-27T21:03:45.059Z

Currently looking to bring in another 3rd-party hook but since I don't use shadow-cljs I need to solve the problem of importing those hook libs into my repo.

2020-04-27T21:27:51.059300Z

you can always put it as a foreign library

2020-04-27T22:56:04.059800Z

@roman01la You mean https://clojurescript.org/reference/dependencies#external-javascript-libraries ? I guess I would need to make some externs then.