rum

Pavel Filipenco 2025-03-28T22:30:05.872269Z

Hello. Why was the rum repository archived on Mar 28, 2025? Has it been moved somewhere else?

jrychter 2025-04-17T02:10:58.494659Z

Yes, to be clear: I am very grateful to @tonsky for Rum and the continued maintenance over the years (also for some other libraries, I am a big fan of compact-uuids and looking at clojure-plus). Thank you for all that work! I do not take it for granted and I appreciate the effort very much.

jrychter 2025-03-31T05:59:02.549139Z

I thought @roman01la was maintaining it? If it is indeed being abandoned, it's a disaster for me, as I have a large application based on Rum. I wish I could migrate to something different, but apart from the HUGE amount of work this would require (my app currently has 460 rum/def* invocations, and some of those are very complex, like a full form system), it seems some alternatives won't work, because I sometimes need to generate hiccup data structures on the fly for dynamic forms.

👍 1
jrychter 2025-03-31T06:01:24.673979Z

BTW, just to clarify, this is a commercial app, and I do not expect things for free, I am open to paying for maintenance, or for getting something else extended so that I could migrate to it. I just don't know what the solution is.

Niki 2025-03-31T14:00:08.935229Z

No, Roman moved on to uix. @jrychter I don't want to leave you abandoned, let me know when you need something fixed and maybe we can arrange that for a fee. I mostly don’t want new users to jump on ship and expect e.g. modern React features

Niki 2025-03-31T14:18:49.887829Z

So I’ll maintain it. Do you think I should unarchive repo too?

jrychter 2025-04-05T01:52:38.433139Z

From my point of view, whether it's archived or not doesn't really make any difference. I used to worry about Rum not becoming more popular (I'm not quite sure why Reagent became more popular), but that ship has sailed. There are no issues with rum today for me. Everything works as it should. I'm just worried about the future. I would be very open to talking about a contract for either modernizing Rum for use with modern React (no need for new features, this is just to prevent obsolescence), or to extending UIx so that it allows dynamically-constructed content and advising me on how to port the application.

Niki 2025-03-29T11:51:07.718779Z

I do not really support it anymore, and don’t have plans to upgrade it e.g. to latest react. And since react ecosystem kinda moved forward a lot, I figured you better use smth that is up to speed with modern React. Why? Do you think I should not archive it?

Niki 2025-03-29T13:34:59.900719Z

I’m not really sure how to handle this, this is the first project I actually retire :)

aiba 2025-04-26T02:47:11.576749Z

I'm in the same boat as @jrychter. Commercial app with big investment in rum. (FWIW, we just upgraded to react 19.1.0 and current rum works fine for us.)

aiba 2025-04-26T02:47:39.339629Z

I would vote to un-archive. I'd even be happy to pitch in to do some maintaining. I can't make any big time commitments, but I'm already fairly familiar with the rum codebase just from using it so extensively.

Niki 2025-04-05T16:36:13.437479Z

@jrychter I am happy to help/merge such PR if anyone is willing to work on it, but I don’t really want to return to web dev, so it’s unlikely I’ll do it myself

jrychter 2025-04-06T01:22:53.475249Z

Thanks. So, if anybody is willing, please contact me directly and we'll talk.

awb99 2025-04-21T22:48:21.385579Z

Since rum is a really small library, wouldn't it be possible to have the same api of rum but uÄş nder the hood using uix with hooks?

2025-04-07T17:14:12.081029Z

> apart from the HUGE amount of work this would require (my app currently has 460 rum/def* invocations, At https://github.com/logseq/logseq we have even more components so it will also be painful to migrate and unlikely to happen soon > I am happy to help/merge such PR if anyone is willing to work on it, but I don’t really want to return to web dev, so it’s unlikely I’ll do it myself @tonsky We started a fork, https://github.com/logseq/rum/commits/fork/, that updates some of Rum to v18 but I think it’s only covers part of the rum API. If it’s good enough as is, happy to provide a PR > I’m not really sure how to handle this, this is the first project I actually retire :) I’d suggest adding a one or two line sentence explaining what you’ve shared here e.g. the status (archived but open to maintainers) and reason for archiving . I was a bit confused to see it archived without a description. Thanks for all the open source work you have shared with all of us!

👌 1
Niki 2025-04-27T13:50:12.754029Z

I unarchived it and put a note in the Readme instead

👍 2
❤️ 2