(no title)
juliendc | 6 years ago
With the experience I've found that most of the type errors are actually between the backend and the frontend in web applications. It's still hard to fully type the entire flow from the database calls with the ORM to the objects manipulation in the frontend.
How are you dealing with that? We used Nexus with GraphQL but it was still a bit cumbersome.
gregplaysguitar|6 years ago
Having types straddle the client/server divide is a huge win
unknown|6 years ago
[deleted]