logoAlex Efimenko's Web Dev Journal
AboutAbout
GitHubGitHub (opens in a new tab) (opens in a new tab)
(opens in a new tab)

Javascript articles

nextjs (3)react (3)postgres (3)minio (3)docker (3)javascript (3)fundamentals (3)
Article logo

Implementing Debounce in React for Efficient Delayed Search Queries

In this article, we will look at how to implement debounce in React for efficient delayed search queries. We will look at how to implement debounce in React using the useRef hook.

• January 8, 2024
Article logo

Exploring 4 Ways to Compare Objects in JavaScript with Performance Analysis

In this article, I will implement a custom object and array comparison function. I will use recursion to implement the comparison function. I will also compare the performance of different methods of object comparison.

• December 29, 2023
Article logo

Let’s implement a Debounce function in Javascript

Debounce function is used to limit the rate at which a function can fire. In this article, we will implement a custom debounce function. We will use closures and setTimeout to implement the debounce function

• November 12, 2023

This blog was built with Nextra and The Guild components.

If you use material from this blog, please provide a link to the original article.

Buy Me A Coffee