https://github.com/atomic-state/fetcher.atomic-state.org
Old documentation website for HttpReact
https://github.com/atomic-state/fetcher.atomic-state.org
Last synced: 10 months ago
JSON representation
Old documentation website for HttpReact
- Host: GitHub
- URL: https://github.com/atomic-state/fetcher.atomic-state.org
- Owner: atomic-state
- Created: 2022-12-10T21:53:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T02:54:15.000Z (over 3 years ago)
- Last Synced: 2025-07-30T02:28:57.612Z (11 months ago)
- Language: JavaScript
- Homepage: https://fetcher.atomic-state.org/
- Size: 353 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http-react-fetcher
`http-react-fetcher` is a hooks library for data fetching in React. It extends the native `Fetch` API and adds React's declarative approach through the use of [Hooks](https://reactjs.org/docs/hooks-intro.html)
### Installation
```bash
yarn add http-react-fetcher
```
[Getting started](https://http-react.netlify.app/docs/intro)