U
May 20, 2024Union and intersection type in Typescript
Union: In typescript we can use union type when we need to use more than a single type. We can also...
May 20, 20242 min read1 reactions0 comments
Tag archive
Union: In typescript we can use union type when we need to use more than a single type. We can also...

As MDN says the Intersection Observer API provides a way to asynchronously observe changes in the...
Unsurprisingly, Typescript is a superset that came to bring Object Oriented concepts to the...

There are multiple use cases in the modern UX when we are required to use infinite scrolling....

Union types are fairly popular in TypeScript. You might have already used them multiple times....