What is the point of using keys in React? Technology Community › Category: React › What is the point of using keys in React? 0 Vote Up Vote Down VietMX Staff asked 4 years ago It allows for more efficient rendering of lists, so that React can reuse DOM elements without having to destroy + recreate them when lists change (slightly) in the UI.