re-frame

Tom H. 2025-10-29T13:09:09.960969Z

Is there a pathway for using re-frame (or something fairly api-compatible) with Reagent 2.0? https://clojurians.slack.com/archives/C06MAR553/p1761732833751469

👀 2
p-himik 2025-10-29T13:13:52.310009Z

Haven't tried it but AFAICT nothing really changes for re-frame here - as long as you use subscriptions only inside class-based views, it should just work.

Kimo 2025-10-29T13:14:48.151709Z

Maybe time to get back into re-frame 2.0

🔥 4
juhoteperi 2025-10-31T08:09:49.825569Z

No effect on re-frame, shouldn't need any changes

❤️ 1
juhoteperi 2025-10-31T08:10:29.955389Z

Any ratoms, including subscriptions, work like normal inside functional components, like always

Kimo 2025-10-31T08:10:48.866469Z

nice

juhoteperi 2025-10-31T08:14:31.105829Z

re-frame-10x and re-frisk might need an update, not sure if the currently include a internal reagent copy or how do they work 10x seems to have an inlined copy of reagent, buuut, if you update to React 19 it won't help as the old react-dom APIs won't exist