Explore how to enable exhaustive checks in TypeScript switch cases, enhancing code safety and reducing unhandled errors
The problem, solution, and story behind me figuring this out. Expect to learn TypeScript's generics, function types, Parameters and ReturnType utility, and inference if you pay attention to ReturnPromiseType
I have been compiling a list of open source apps that I find online. This is a very helpful list for you to learn common patterns used in React Apps.
Leland made a prediction about the popularity of React & React Native, and usage of strictly typed languages back in 2017. How did it pan out?
Interesting how in ReasonML we don't need to worry much about types thanks to it's inference