All Things Typescript with Maina Wycliffe on Web Rush #226
Maina Wycliffe talks with us about what he enjoys about using Typescript, practices people should avoid when using Typescript, and how Zod can help with schemas.
A collection of 42 posts
Maina Wycliffe talks with us about what he enjoys about using Typescript, practices people should avoid when using Typescript, and how Zod can help with schemas.
Maarten Tibau talks with us about the benefits of Type Safety when working with TypeScript. What is type safety? Does the presence of types alone make you safe? How do you make projects more type safe?
Maina Wyclyffe talks with us about how to write better TypeScript. How does he decide when to use TypeScript? How do you deal with null? Are TypeScript enums bad? What are our pet peeves in TypeScript? And thoughts on creating a type from another type.
Shawn Wildermuth talks with us about Vue, the options API, composition API, and the Humanitarian Toolbox. We also get to talk about his film work with Hello World Films.
I recently converted a second app from Vue 2 to Vue 3, added TypeScript, and swapped from options api to composition api. Here are my notes from the experience