Matt-Esch/virtual-dom

Question about VNode keys

paulocheque opened this issue · 0 comments

I am trying to optimise my diff/patch add keys to my nodes.

Should I add keys to ALL nodes?

Or just for the PARENT nodes is enough?

What if I have keys only for part of the parent elements? Will I get the same performance of no keys?

Thanks in advance!