Designly Blog

#Typescript

Using ENUMs to Make JSX Select Inputs More Type-safe
6 days ago
Front End Development

Using ENUMs to Make JSX Select Inputs More Type-safe

Enhance your React/Next.js projects with TypeScript for better type safety and code hinting. Learn how to use ENUMs for type-safe HTML select elements.

Making Typescript More Flexible: Generics and Discriminated Unions
9 months ago
Full-Stack Development

Making Typescript More Flexible: Generics and Discriminated Unions

Master TypeScript's key features—Generics, Discriminated Unions, and Type Guards—with hands-on examples. Boost your code's type safety and flexibility.