Y
Hacker News
new
|
ask
|
show
|
jobs
by
D2OQZG8l5BI1S06
49 days ago
That makes sense. I'm not sure why anybody would generate UUIDs in browsers though, it seems to defeat the purpose.
3 comments
dylanhouli
35 days ago
> I'm not sure why anybody would generate UUIDs in browsers though, it seems to defeat the purpose.
How about for offline-first apps?
link
danpalmer
49 days ago
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).
link
perlgeek
48 days ago
When you do CQRS, you basically have to generate some form of unique identifier in the client. Why not a UUID in the browser?
link
How about for offline-first apps?