TypeScript: Match the exact object shape
A TypeScript guide on using conditional types to enforce exact object shapes, preventing extra properties.
Persönlicher Blog über TypeScript und Webentwicklung
180 Articles from this blog
A TypeScript guide on using conditional types to enforce exact object shapes, preventing extra properties.
Explains the constructor interface pattern in TypeScript to solve instantiation issues with abstract classes in structural typing.
Part 4 of a guide on streaming meetups, focusing on using OBS for directing and broadcasting your live event.
A guide to recording high-quality speaker audio for meetups, comparing wired and wireless lapel microphone options.
A guide to setting up affordable consumer equipment for recording and streaming meetups and conferences, covering basics like laptops and cables.
A guide exploring 5 popular ways to style React components with TypeScript, focusing on type safety and integration.
The author has added a new chapter on render props to their existing TypeScript and React guide.
A new chapter on using PropTypes with TypeScript in React applications has been added to the author's guide.
A guide on using TypeScript with React to improve development with type safety, autocompletion, and better tooling.
How to use JSDoc comments for TypeScript-like type checking in JavaScript files without a compilation step.
Explains how to use TypeScript's mapped and conditional types to create precise typings for DOM factory functions like document.createElement.
Explains the differences between JAMStack and serverless web apps, focusing on their core architectural principles.
Explores the key advantages of JAMStack architecture, including tool flexibility and avoiding technology lock-in.
How to use TypeScript ambient module declarations to resolve import errors for non-JS assets like CSS and MDX files in Webpack.
A personal review of the author's favorite and most inspiring conference talks from 2018, covering topics like development and security.
A guide on using React's Context API with TypeScript, covering render props, hooks, and type definitions.
A guide to TypeScript's built-in generic utility types like Readonly, Partial, and Pick, with code examples.
The provided content appears to be a website error page, not the intended article about TypeScript and React.
Explains TypeScript type predicates, which narrow down variable types within functions using conditional checks.
Explains JSX as syntactic sugar for JavaScript function calls, not a templating language, and its benefits for frameworks like React and Vue.