react-haiku
react-haiku copied to clipboard
Added useFetch hook | The useFetch hook enables simplified data fetch…
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 the process for developers and promoting code reusability.
This hook leverages React's built-in Hooks, such as useState, useEffect, and useCallback, to manage the fetching process efficiently. Axios library has been used for data fetching. It also employs consistent error handling to facilitate better user feedback and error reporting.
Resolves #33
hello @m10rten , could you please review the following PR