You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utility hooks I've written and could be helpful to you too.
3
+
Utility hooks I've written that could be helpful to you too.
4
4
5
5
## Hooks
6
6
7
7
1.[**useRoute**](./lib/useRoute) - React to changes in the browser URL.
8
8
1.[**useDebounce**](./lib/useDebounce) - React with delay to changes of an input text.
9
9
1.[**useFilterCollection**](./lib/useFilterCollection) - Search or reduce a list of anything by matching a term.
10
-
1.[**useSearchParams**](./lib/useSearchParams) - Syncronhize a form with the search params of the browser's URL. This one is killer, check it out.
10
+
1.[**useSearchParams**](./lib/useSearchParams) - Syncronhize a form with the search params of the browser's URL. **This one is killer** - check it out.
0 commit comments