From 86e01160313c074977d7486d58e3a01b916c8346 Mon Sep 17 00:00:00 2001 From: Ala Eddine Menai Date: Wed, 12 Jun 2024 00:05:14 +0100 Subject: [PATCH] doc: update readme (#57) --- README.md | 52 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 1067ffb..cdf5202 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,37 @@
- +

+ Copy & Paste . Own your hook . Customize it later. +

-Copy & Paste . Own your hook . Customize it later. + GitHub Repo stars + + Twitter Follow + License +
-
+## Documentation -
- -[Get Started](https://www.rehook.dev/) +Visit https://rehook.dev to view the documentation. -
+## Contributing + +Visit our [contributing guide](https://github.com/alamenai/rehook/blob/main/CONTRIBUTING.md) to learn how to contribute. It only takes ~5 minutes to add your own! + +## Authors + + + + + +## Deploy + +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Falamenai%2Frehook) + +## Stats + +![Alt](https://repobeats.axiom.co/api/embed/411a9c5989586ca93ee4a27c871041e87872cfba.svg 'Repobeats analytics image') + +## License -## Hooks - -| Hook Name | Description | -| ------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [`useAbortController`](https://www.rehook.dev/hooks/use-abort-controller) | A custom hook for managing operations with an AbortController instance. This hook provides functionalities for aborting operations, checking if aborted, and managing abort conditions. | -| [`useBattery`](https://www.rehook.dev/hooks/use-battery) | A custom hook for fetching battery status information. | -| [`useFetch`](https://www.rehook.dev/hooks/use-fetch) | A custom hook for fetching data from an API. | -| [`useHistory`](https://www.rehook.dev/hooks/use-history) | A custom hook for managing browser history navigation. | -| [`useLoading`](https://www.rehook.dev/hooks/use-loading) | A custom hook that provides functionalities for managing loading state. | -| [`useLoading`](https://www.rehook.dev/hooks/use-loading) | A custom hook that provides functionalities for managing loading state. | -| [`useLocalStorage`](https://www.rehook.dev/hooks/use-local-storage) | A custom hook that provides functionalities for managing data in the browser's local storage. | -| [`usePersistentState`](https://www.rehook.dev/hooks/use-persistent-state) | A custom hook that provides persistent state management by storing state values in the browser's local storage. | -| [`useQueryParams`](https://www.rehook.dev/hooks/use-query-params) | A custom hook that provides functionalities for managing query parameters in the URL. | -| [`useTimeout`](https://www.rehook.dev/hooks/use-timeout) | A custom hook for managing timeouts. | -| [`useUrl`](https://www.rehook.dev/hooks/use-url) | A custom hook for accessing URL information. | +Licensed under the [MIT license](https://github.com/magicuidesign/magicui/blob/main/LICENSE.md).