TypeScript Without Surprises: Smarter Error Handling with Effect-TS
June 26, 2025
16:30
Hall B
English | Beginner/Intro
Handling errors in TypeScript can be messyโtry/catch doesnโt scale, Promises fail silently, and unexpected undefined causes headaches. Effect-TS provides a better way by making errors explicit and easy to manage.
This talk is a beginner-friendly introduction to Effect-TS. Weโll start with common problems in error handling and show how Effect-TS helps track and handle errors safely. Through real examples, youโll learn how to manage async operations, avoid hidden failures, and write more reliable TypeScript code.
By the end, youโll know the core concepts of Effect-TS and how to start using it in your projects.