node uniqeu ID code example
Example 1: uuid v4 react
npm install uuid
import { v4 as uuidv4 } from 'uuid';
Example 2: random id number nodejs
const crypto = require("crypto");
const id = crypto.randomBytes(16).toString("hex");
console.log(id); // => f9b327e70bbcf42494ccb28b2d98e00e