Remix.run Logo
ycombinatrix 5 days ago

>UUIDs are often generated client-side

since when?

darkr 5 days ago | parent | next [-]

It’s not uncommon. Google AIP spec requires it for example. I think the main driver for it is implicit idempotency.

eadmund 4 days ago | parent [-]

The client’s ID for a resource and the server’s ID for that resource need not be the same.

Of course, adding two IDs for a resource complicates things. But so too does trusting client-generated IDs to be universally unique.

5 days ago | parent | prev [-]
[deleted]