use-fetch-2
`use-fetch-2` is a lightweight React library that provides custom hooks for fetching data with support for single requests and infinite scrolling. It includes two main hooks: `useFetch` for basic data fetching and `useFetchInfinite` for fetching data with
use-http
- useFetch - managed state, request, response, etc. [](https://codesandbox.io/s/usefetch-request-response-managed-state-ruyi3?file=/src/index.js) [](https://w