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.
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.
you can always put it as a foreign library
@roman01la You mean https://clojurescript.org/reference/dependencies#external-javascript-libraries ? I guess I would need to make some externs then.