If two items in a list swap places but keep the same keys, React will:
Re-render both items
Destroy and recreate both items
Just move the items without re-rendering content
Throw a key mismatch warning
This question is part of this quiz :
Lists and Keys in React