I have a list of items that doesn\'t contain enough data to generate a unique key. If I use the uuid library to generate an ID, will a single item change also causes the oth
Yes. Keys should be stable. If they're not, React can't infer that these items might be the same at all, and has to fully rerender them.