Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 527 Bytes

File metadata and controls

10 lines (7 loc) · 527 Bytes

Custom hooks collection

Utility hooks I've written that could be helpful to you too.

Hooks

  1. useRoute - React to changes in the browser URL.
  2. useDebounce - React with delay to changes of an input text.
  3. useFilterCollection - Search or reduce a list of anything by matching a term.
  4. useSearchParams - Syncronhize a form with the search params of the browser's URL. This one is killer - check it out.