#use-hover - Does it effect performance heavily?

5 messages · Page 1 of 1 (latest)

boreal seal
#

I can see a lot of uses in my current site for the use-hover hook, but I'm worried it will effect performance if I use it too often. I wanted to attach a ref to each mapped item in order to give it a nice hover state.

calm tiger
boreal seal
#

Well say I have 10 Items all on the page, each using the use hover, is there no overhead for this? or does it perform exactly the same whether I use 1 or 10

calm tiger
boreal seal
#

Yeah I did look at the docs but thought I might as well ask. I'm sure the hook itself will be fine. I just wonder how all the references will perform. thanks for taking the time to answer my question.