react-haiku
react-haiku copied to clipboard
A clean & lightweight collection of React Hooks & Utilities!
Hi! I added two new hooks. **useCookieListener**: This hook is a listen for cookies when they change their value. - The first parameter is a function with the cookie value...
Is this package support for react native?
This pull request introduces a new custom hook, useFetch, which streamlines the usage of the Fetch API within the project. The useFetch hook is designed to simplify data fetching operations...
This pull request introduces several enhancements aimed at improving code consistency and readability within the project. The following changes have been made: **EditorConfig Integration:** Added an **_.editorconfig_** file to establish...
**Description** To add a hook that allows usage of the built in notification system: [mozilla](https://developer.mozilla.org/en-US/docs/Web/API/Notification) **Acceptance Criteria** - [ ] Allows for title input - [ ] Allows for description...
useFetch: Add useFetch hook I have tried to solve all the points that were mentioned in the issue The useFetch hook streamlines data fetching from APIs in our project, simplifying...
Hey @m10rten, Can you please review this PR. - [x] The useFetch hook should be able to make HTTP requests and retrieve data from a specified URL. - [x] The...
Description: The documentation website should be updated with every new feature addition in order to keep the website up to date with everything that is new. The repository with the...
Closes #44