Published
- 1 min read
uuid react
The solution for this is noted below
uuid react
Solution
Command to install uuid(CMD-Windows):
npm install uuid
Importing uuid:
import { v4 as uuidv4 } from 'uuid';
uuidv4();
id:uuidv4() //Usage of uuid
Try other methods by searching on the site. That is if this doesn’t work