#typescript
Read more stories on Hashnode
Articles with this tag
Next.js is an advanced React framework that simplifies server-side rendering (SSR), static site generation (SSG), API routing, and more, all while...
Building a professional, real-world website using Next.js requires knowledge across several domains, from front-end and back-end development to...
When working with object-oriented programming (OOP) in TypeScript, inheritance is a powerful concept that allows you to create hierarchical class...
In TypeScript, developers often encounter two flexible types that seem similar: any and unknown. However, these types serve different purposes, and...