ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com路Aug 16, 2023Mapping Types and Decorators in TypeScriptIn a previous blog post, we explored the powerful combination of OpenAPI and NestJS, delving into their capabilities within the NestJS framework. 馃挕 What is an Open API? (bytescrum.com) Let's take a look at each component and how they work togethe...Preeti Samuel and 4 others are discussing this5 people are discussing thisDiscuss路123 likes路272 readsNestJS mapped typesGreat thanks 11
Andrei Picusnighttrax.dev路Jun 8, 2023TypeScript Thursday - S01E03 - Conditional typesIn TypeScript Thursday - S01E01 we learned about generic types and saw how we can make the output of a function preserve the type(s) of its input(s). For instance, we can write a <Dropdown> React component that automatically infers the type of its on...Discuss路201 readsTypeScript ThursdayTypeScript
Abiola Fasanyaharbiola.hashnode.dev路Apr 20, 2023Exploring Advanced Type Features in TypeScriptTypeScript is a superset of JavaScript that provides optional static type checking and type annotations. One of the main benefits of using TypeScript is that it allows you to catch errors early during development before they make it to production. In...Discuss路105 readstype checking