Monads: Option, Result, and Either Types for TypeScript

Option, Result, and Either types for TypeScript – Inspired by Rust 🦀 – thames-technology/monads… Read more

Similar

Modeling State with TypeScript

Working with frontend state can be challenging. With TypeScript, thoughtfully constructed types can help prevent bugs by making bad states unrepresentable. Let's explore a common use case and examine how to do this effectively in TypeScript. (more…)

Read more »