fwiw what set me down the path of using react 18 was that I wanted to use headlessui. I made a gist of a little namespace for reagent-adapted headlessui components in case anyone finds that useful: https://gist.github.com/flyingmachine/72dbfc4cd85514903755ab208afc88a7
Oh adapt-react-class! I was wondering how is it different to using [:> ]. But it seems to be the same.
i'm coming back to using reagent after a while and had forgotten about [:> ] 😛 but maybe in this case using adapt-react-class is nice bc it lets you do [button] instead of [:> hui/Button] which could be nice? i wanted to have everything kebab-cased and visible in one place