Autogenerate Typescript types and custom React hooks in React applications with GraphQL Code Generator. (more…)
Read more »
Today we excited to announce the availability of TypeScript 5.7! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for type declarations and annotations. This syntax can be used by the TypeScript compiler t... (more…)
Read more »
TypeScript supports exhaustiveness checking for enums and similar types. This blog post shows how to use idiomatic JavaScript for this kind of check. (more…)
Read more »
The more complex your system gets, the more we need to lean on the correct abstractions to keep things maintainable. This principle helps you keep your methods and functions focused, cohesive, and easy to understand in a system with several abstractions. (more…)
Read more »