Skip to content

Using the Google Search API, explore global information, web content, keywords, and more.

Notifications You must be signed in to change notification settings

ReddyDivya/google-search

Repository files navigation

Install

use-debounce

- The purpose of the useDebounce hook is to delay the execution of a function until a certain period of inactivity has 	   passed.
- the useDebounce hook is not a built-in hook, but it is a custom hook that can be implemented to add debounce  	   functionality to your components. 
- takes two arguments: value and delay.
- The value represents the value you want to debounce, and 
- the delay represents the delay in milliseconds before the debounced value is updated.


npm i use-debounce --save

About

Using the Google Search API, explore global information, web content, keywords, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published