A while ago i say this interesting post right here on clojureverse
This, coupled with some talks by Dan Abramov (you know the one ) inspired me to give react-hooks a tryâŚ
Sadly raw react hooks donât work in reagent, but with a bit cleverness something very similar can be done
After giving it a few tries (see the post i ref earlier) and using this style of hooks for a bit at work i decided to publish a little library in hopes that it would help others (understand the basics of react-hooks if not for actual use)
Hope itâs useful to somebody⌠i know it is for me