At Factor House we recently replaced reagent and re-frame with two new libraries that allow us to migrate to React 19.
1.
HSX: a Hiccup-to-React compiler that lets us write components the way we always have, but produces pure React function components under the hood.
2.
RFX: a re-frame-inspired subscription and event system built entirely on React hooks and context.
Tom Crowley wrote an explanatory blog-post covering the ins/outs of both libraries:
HSX and RFX are open-source and Apache 2.0 licensed, we're hopeful they contribute some value back to the Clojure community.
Thanks!
Derek