react random key generator;react如何产生随机不重复的key
Posted shengulong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react random key generator;react如何产生随机不重复的key相关的知识,希望对你有一定的参考价值。
1、<div key={+new Date() + Math.random()}>
2、使用数组的索引
3、使用uuid:https://www.npmjs.com/package/uuid
4、使用uniqid:https://www.npmjs.com/package/uniqid
5、Date.now()
以上是关于react random key generator;react如何产生随机不重复的key的主要内容,如果未能解决你的问题,请参考以下文章
GraphQL 和 graphql-sequelize-schema-generator