TypeScript


Build a landing page for your SaaS app using React, Chakra UI and Typescript

landing-pagesaasreact

Create a Pre-commit Git Hook to Check and Fix Your JavaScript/TypeScript Code Automatically

In this post, we will introduce how to create a Git pre-commit hook to check JavaScript/TypeScript code using ESLint, Prettier, lint-staged, and Husky.

typescriptgit-hookslinting

Custom Dropdown Element with React & TypeScript

A guide on how to create a simple React dropdown component using TypeScript.

reactsoftware-developmentjavascript

Angular: Reload/Refresh a Component or Entire Application & Reuse Logic Across Multiple Components

An Angular tutorial on how to reload/refresh a single component or the entire application and reuse the logic across multiple components.

angularjavascripttypescript

Build a Stripe App with Node.js and Typescript - Part 2

stripe-appsaasnodejs

Async/Await in Angular ngOnInit using TypeScript Decorator

These TypeScript method decorators make lazy loading easy by making sure that certain async functions are always called before others.

angularjavascripttypescript

Build a Stripe App with Node.js and Typescript - Part 1

stripe-appsaastypescript

Build a Custom Theme Provider Using React's Context API

Add support for switching themes in your React App - no libraries, from scratch, in a simple way. All we need is React's Context API and CSS.

reacttypescriptcss

Advanced TypeScript: Type-Level Nested Object Paths

A Real-world use case of Conditional Types, Type Inference, Template Literal Types, and Recursion.

javascriptreactprogramming

Creating a tooltip directive in Angular

How to Create a Tooltip Directive in Angular

angularjavascripttypescript