Performance of :key
for non-reactive data
#13255
Replies: 1 comment
-
Nevermind, found myself on the v2 repo instead of v3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a performance overhead associated with setting
:key
if I know the data I'm iterating is non-reactive/never going to change?If there is, is it negligible enough to always set
:key
as a best practice (which I believe is currently generally recommended)?Beta Was this translation helpful? Give feedback.
All reactions