TypeScript Mapped Types: 7 Examples From Simple to AdvancedMapped types are a way to transform the properties of one type into another type. They are similar to array methods like map and filter but…Mar 19, 20243Mar 19, 20243
Delayed Search Queries in React with DebounceIn this article, we will look at how to implement debounce in React for efficient delayed search queries. The problem we are trying to…Mar 19, 2024Mar 19, 2024
Just for Fun: Create a Battery Indicator with React (Works Only in Chrome)In this article, we’re going to build a fun project — a battery indicator component using React. This component will show you the current…Mar 15, 20241Mar 15, 20241
Published inTowards DevTypeScript Index Signatures: 4 Examples Type-Safe Dynamic ObjectsLet’s explore 4 examples of typing objects with unknown structuresMar 13, 2024Mar 13, 2024
Published inStackademicMaking React Components More Flexible with TypeScript Generics: 3 ExamplesLearn how to create reusable React components with TypeScript generics.Mar 12, 2024Mar 12, 2024
5 Resources Each TypeScript Developer Should Know AboutDefinitelyTyped, Type Challenges, Utility-types, and 2 More Resources For TypeScript MasteryMar 10, 2024Mar 10, 2024
TypeScript Enums: 5 Real-World Use CasesClear Code Examples and Easy-to-Follow ExplanationsMar 9, 20241Mar 9, 20241
Tailwind CSS v4 Update: New Features, Performance, and SetupTailwind CSS has become a highly popular tool with its utility-first approach to styling. It allows developers to rapidly build user…Mar 8, 2024Mar 8, 2024
New React ‘use’ Hook: Practical Tutorial for Data FetchingExperimenting with React’s Latest Features: A ‘use’ Hook Tutorial with React Canaries and SuspenseMar 7, 2024Mar 7, 2024
Published inJavaScript in Plain EnglishWhen to Use Client-Side vs. Server-Side Components in React/Next.jsUnlock Performance and SEO Benefits with React Server ComponentsMar 5, 2024Mar 5, 2024