runtime
-
Solved: Why does a router need codegen for type safety? I built one that doesn’t
Achieve true type safety in your TypeScript router without codegen. We break down the compile-time vs. runtime problem and how to solve it for good. Continue reading
-
Solved: What is a good use of type assertions?
Learn the right use for TypeScript type assertions with untyped API data and see why runtime validation is crucial to prevent production-breaking erro Continue reading