Is there a pathway for using re-frame (or something fairly api-compatible) with Reagent 2.0? https://clojurians.slack.com/archives/C06MAR553/p1761732833751469
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.
Maybe time to get back into re-frame 2.0
No effect on re-frame, shouldn't need any changes
Any ratoms, including subscriptions, work like normal inside functional components, like always
nice
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