01.
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.
02.
Details
4 min read · Oct 26, 2024
Understanding How Looping Choices Affect Asynchronous Performance
03.
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.