Handle case where ID's are server driven #51
Unanswered
rrozenvasser-blackbird
asked this question in
Q&A
Replies: 1 comment
-
This gets a little more into service-backed application design writ large and beyond the scope of this library per se. But in the example given, I think you'd want to make the create API call first, passing it not an ID-ed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do you handle the case where you want to update the UI instantly upon domain model creation but the server is responsible for generating a unique id:
Beta Was this translation helpful? Give feedback.
All reactions