do you have any experience with React?
Discussion
Lots, but hooks were a similar misstep. Clojure/reagent had hook-like things before react did, but they were actually good (they used state atoms, and automatically tracked dependencies).
if you are targeting web apps, React would be a great choice—simple, fast, small, scalable, etc, all with a strong ecosystem.