01.

Beyond State: Exploring the Power of React Refs

Details

8 min Read · 10 Jan 2025

Discover how to use React refs effectively to optimize performance, manage DOM interactions, and avoid unnecessary re-renders. Learn with practical examples like debounced search, form resets, and more in this comprehensive guide.

React RefsuseRefforwardRefDom ManipulationReact Performance

02.

forEach vs. for: The Asynchronous Showdown!

Details

4 min read · Oct 26, 2024

Understanding How Looping Choices Affect Asynchronous Performance

Web DevAsynchronousJavaScript

03.

What are Production Builds?

Details

4 min read · Oct 26, 2024

This article is all about understanding builds. Instead of just writing commands (like npm run build, vite build etc…) or diving into the code directly, this article will walk you through the explanation of the builds.

DevOpsJavaScriptProduction