npm install uuid
import React from 'react';
import {
v4 as uuidv4 } from 'uuid';
const MyComponent = () => {
const uuid = uuidv4();
return (
<div>
<h1>Generated UUID
npm install uuid
import React from 'react';
import {
v4 as uuidv4 } from 'uuid';
const MyComponent = () => {
const uuid = uuidv4();
return (
<div>
<h1>Generated UUID