|
|
|
|
|
by willtemperley
252 days ago
|
|
Yes. It's just so much easier to create a UUID client-side, use that to identify data in temporary UI state and commit without having to worry about getting the incremented identifier. I find this significantly reduces decision fatigue. Deciding which hack to use for temporary identifiers is not much fun. |
|