TypeScript and React Guide: Added a new styles chapter
A guide exploring 5 popular ways to style React components with TypeScript, focusing on type safety and integration.
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 guide on using TypeScript with React to improve development with type safety, autocompletion, and better tooling.
A new chapter on using PropTypes with TypeScript in React applications has been added to the author's guide.
How to use JSDoc comments for TypeScript-like type checking in JavaScript files without a compilation step.
A guide to writing Azure Cosmos DB stored procedures in TypeScript using async/await by wrapping the callback-based JavaScript API.
Explains how to use TypeScript's mapped and conditional types to create precise typings for DOM factory functions like document.createElement.
A tutorial on building a globally-distributed URL shortener using serverless Azure Functions and Cosmos DB, defined entirely in a Pulumi TypeScript program.
Part 2 of a tutorial series on building a GraphQL client in TypeScript to interact with an ASP.NET Core GraphQL API, using Apollo Client.
Explores the trade-offs of dynamic imports in Angular, highlighting tooling challenges and benefits of static analysis for build optimization.
A tutorial on deploying serverless Azure Functions using Pulumi's callback syntax, simplifying infrastructure and code deployment.
A guide to using Pulumi's infrastructure-as-code to deploy and manage Azure PaaS applications like App Service and SQL Database.
First part of a tutorial series on building a GraphQL application using ASP.Net Core and TypeScript, covering core concepts and advantages.
A guide to building a TypeScript interpreter using the TypeScript Compiler API to parse and execute code programmatically.
A guide on using TypeScript to improve JavaScript interop in Blazor projects, including converting JS files and enabling automatic compilation.
Discusses whether the dev.to frontend codebase should adopt TypeScript or Flow for static typing, exploring community interest and options.
A tutorial on building a color guessing game using Angular, Angular CLI, Material Design, and RxJS, with a personal story as the inspiration.
A developer's recommended tech stack for serverless development, focusing on AWS Lambda, Node.js/TypeScript, VS Code, and the Serverless Framework.
Learn how to submit your Gatsby site to the official showcase for free publicity, open-source contribution, and swag.
An overview of typescript-play, an enhanced open-source version of the official TypeScript Playground with more features and options.