WrocTypeScript / talks

What would you like to share with the community?
11 stars 1 forks source link

End-to-end type safety for RESTful APIs #9

Open karol-majewski opened 5 years ago

karol-majewski commented 5 years ago

What should the talk be about?

How to achieve end-to-end type safety in a TypeScript-powered application.

Why is that important?

Having type safety only on the client solves only a part of the problem. Solutions like gRPC and GraphQL offer ways to validate your data (so that your type definitions are always up to date), but is that all there is?

How should one go about using RESTyped, what are the alternatives and does it really guarantee 100% safety?

Who will learn from it?

karol-majewski commented 5 years ago

@paszkowskiDamian