Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/triggerdotdev/apihero-react
Integrates API Hero with your React app
https://github.com/triggerdotdev/apihero-react
api apihero client react react-query rest sdk
Last synced: about 5 hours ago
JSON representation
Integrates API Hero with your React app
- Host: GitHub
- URL: https://github.com/triggerdotdev/apihero-react
- Owner: triggerdotdev
- License: mit
- Created: 2022-09-05T15:59:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T11:55:58.000Z (about 2 years ago)
- Last Synced: 2024-10-01T22:37:17.357Z (about 2 months ago)
- Topics: api, apihero, client, react, react-query, rest, sdk
- Language: TypeScript
- Homepage: https://docs.apihero.run/platforms/react
- Size: 368 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API Hero - React integration
This guide goes into detail on how to use API Hero in your React project. If you'd like to quickly get started, please check out our [React Quick Start](/react-quick-start).
## Installation
If you've used the CLI to add API Hero to your project, it will have installed `@apihero/react` for you. You can always install it manually like so:
```bash npm2yarn
npm install @apihero/react@latest
```## Quick start
To get up and running quickly, please check out our [React Quick Start](https://docs.apihero.run/react-quick-start) docs.
## Usage
For detailed usage instructions, please see our [Full Documentation](https://docs.apihero.run/platforms/react).