You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when writing and consuming REST apis, its often difficult to know what data is coming through. this can cause bugs and issues (eg changing api on backend and forgetting to update it on the frontend)
how can we setup types on api objects so we can share types between different projects?
should we setup runtime validation such as zod such as in this example
The text was updated successfully, but these errors were encountered:
when writing and consuming REST apis, its often difficult to know what data is coming through. this can cause bugs and issues (eg changing api on backend and forgetting to update it on the frontend)
zod
such as in this exampleThe text was updated successfully, but these errors were encountered: