Reactjs Keys | uniquely identify items in dynamic list
While developing React application you may reach a point when you want to render a list of values/objects on UI and you also want that list to be updated when new item is added. i.e, you want to render dynamic list on UI in React.