Hi Ash,
Here is an easy and fast way to generate i unique code.
import { v4 as uuidv4 } from 'uuid';
And use it like this
uuidv4()
Kind of string : f5ae8d96-5ed3-4dbb-8c01-e0884829fecf
Kind regards,
Kristof
Hi Ash,
Here is an easy and fast way to generate i unique code.
import { v4 as uuidv4 } from 'uuid';
And use it like this
uuidv4()
Kind of string : f5ae8d96-5ed3-4dbb-8c01-e0884829fecf
Kind regards,
Kristof