keysReactKeysEasyUsing array indices as keys is problematic mainly when the list is:1Reordered, filtered, or has items inserted/removed2Completely static and never changes3Rendered only once on the server4Styled with CSS gridBack to list