Published inLevel Up CodingBuilding a Skeleton Loader Library for ReactIn the fast-evolving world of web development, UI component libraries have become invaluable tools for developers. These libraries, such as…Jun 22Jun 22
Published inJavaScript in Plain EnglishUnderstanding React’s Render and Commit PhasesIn this article, we will explore React’s Render and Commit Phases by examining the behaviour of the useEffect hook (for functional…Jun 12Jun 12
Published inJavaScript in Plain EnglishImplementing a Custom Redux Store in a React ApplicationRedux is a popular state management library used in React applications to manage complex states across components. This article will…Feb 25Feb 25
Published inJavaScript in Plain EnglishThe Revealing Module PatternJavaScript, the language of the web, has evolved immensely over the years, yet it grapples with a fundamental challenge — the absence of…Jan 11Jan 11
Published inJavaScript in Plain EnglishUnderstanding LRU CacheIn the realm of web development, managing browser tabs efficiently is a crucial aspect of delivering a seamless user experience. This…Jan 10Jan 10
Published inJavaScript in Plain EnglishExploring Browser History FunctionalityIn the vast landscape of web development, understanding the intricacies of browser history functionality is crucial for creating seamless…Jan 10Jan 10
Published inJavaScript in Plain EnglishOptimizing Non-Critical CSS for Instant Page LoadEver wondered why some websites take a bit too long to show you anything? There could be multiple reasons, but one of them could be…Dec 29, 2023Dec 29, 2023
Published inJavaScript in Plain EnglishReact Conditional Rendering PitfallsIn this article, we will discuss an unexpected behaviour that one may encounter while dealing with conditional rendering in React.Dec 25, 2023Dec 25, 2023
Published inJavaScript in Plain EnglishStale Closures in ReactClosures play a pivotal role in the world of JavaScript, offering a powerful mechanism that allows functions to retain access to their…Dec 24, 20233Dec 24, 20233
Published inJavaScript in Plain EnglishRendering in Angular and ReactIn this article, we will explore how rendering works in Angular and React. We’ll explore two important scenarios: the initial rendering of…Oct 23, 2023Oct 23, 2023