I wonder what is the best way to make input validations to produce the same validation results on two sides(VM and Compose) and make it generic as much as possible.
c
Csaba Kozák
10/04/2021, 1:30 PM
Why would you validate on two sides? Just do it on the VM, as the source of truth.