When working with any type of list in React, you will often encounter this warning if you forgot to include a key prop: Warning: Each child in a list should have a unique “key” prop So, why does React tell you to include keys and why is it important...