It's 2024 and I still see keys like this in React PRs


It's 2024 and I still see keys like this in React PRs.

A key that changes on every render is worthless.

Use something stable like a primary key, or a composite key if you can.

View original on X