useDebouncedUrlParameter
Callable
Parameters
options: { debounced?: number; identifier?: string; isMultiple?: boolean; listId?: string; minLength?: number; remember?: boolean }
Returns { filter: any; keywords: any; setFilter: any }
filter: any
keywords: any
setFilter: any
Hook for set a state into URL-Parameter and also read from URL, optional with debounce of X milliseconds. Useful for filtering lists, which should be filterable by URL-Paramters and/or localStorage.