Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocs are missing information about React keys and component identity #2904
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docs are missing information about React keys and component identity. It'd be helpful to learn about the underlying reason React uses keys to give identity to components and manage component lifecycle based on data, in addition to the current explanations that keys improve list render performance.