Comment by e12e
21 hours ago
Some discussion here:
https://github.com/uuidjs/uuid/issues/546
Eg:
> FWIW, I just tested crypto.getRandomValues() behavior on googlebot and it is also deterministic(!)
21 hours ago
Some discussion here:
https://github.com/uuidjs/uuid/issues/546
Eg:
> FWIW, I just tested crypto.getRandomValues() behavior on googlebot and it is also deterministic(!)
That makes sense. I'm not sure why anybody would generate UUIDs in browsers though, it seems to defeat the purpose.
When you do CQRS, you basically have to generate some form of unique identifier in the client. Why not a UUID in the browser?
Tell that to Segment. Hopefully they've fixed that, but they didn't seem to think it was a problem years ago (spoiler: it was a big problem).