TypeScript without TypeScript -- JSDoc superpowers
How to use JSDoc comments for TypeScript-like type checking in JavaScript files without a compilation step.
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.
Explores the trade-offs of dynamic imports in Angular, highlighting tooling challenges and benefits of static analysis for build optimization.
A tutorial on building a color guessing game using Angular, Angular CLI, Material Design, and RxJS, with a personal story as the inspiration.
How to use TypeScript ambient module declarations to resolve import errors for non-JS assets like CSS and MDX files in Webpack.
Introducing Bazel schematics for Angular CLI, enabling developers to use Google's Bazel build tool for faster, parallelized builds with cloud caching.
A guide on using React's Context API with TypeScript, covering render props, hooks, and type definitions.
The provided content appears to be a website error page, not the intended article about TypeScript and React.
A guide to TypeScript's built-in generic utility types like Readonly, Partial, and Pick, with code examples.
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.
A guide to building TypeScript projects using Bazel, Google's open-source build tool, for efficient dependency management and incremental compilation.
A guide on using TypeScript with React Hooks, including a new chapter on typings and type safety considerations.
A short video tutorial explaining how to use the RxJS debounce operator to improve performance when filtering large datasets in Angular.
Explains a common TypeScript generics pitfall when using Angular's HttpClient and how to avoid runtime errors with non-primitive data types.
Explains why TypeScript allows non-matching function signatures, focusing on substitutability with fewer parameters and void return types.
A guide to setting up and debugging Node.js applications written in TypeScript using Visual Studio Code.
A tutorial on configuring Angular 2 with TypeScript within an ASP.NET Core 1.0 Web API project, covering prerequisites and setup steps.
A tutorial on setting up Angular 4 and TypeScript within an ASP.NET MVC application using Visual Studio 2017.
A tutorial on configuring Angular 4 routing within an ASP.NET MVC application using Visual Studio 2017 and TypeScript.