renmm / blogs

整理自己平时遇到的技术wiki
1 stars 0 forks source link

不要使用array的index作为React列表的key #16

Open renmm opened 4 years ago

renmm commented 4 years ago

// todo rule: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-array-index-key.md 文章:https://medium.com/@robinpokorny/index-as-a-key-is-an-anti-pattern-e0349aece318 参考:https://github.com/wangweida/blog/issues/2