reagent

2024-09-02T13:19:29.631209Z

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

Mateusz Mazurczak 2024-09-03T13:11:56.578159Z

Oh adapt-react-class! I was wondering how is it different to using [:> ]. But it seems to be the same.

2024-09-03T13:20:26.430749Z

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