Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomassloboda/react-client-api
React API client examples
https://github.com/thomassloboda/react-client-api
axios fetch javascript react react-query zustand
Last synced: 25 days ago
JSON representation
React API client examples
- Host: GitHub
- URL: https://github.com/thomassloboda/react-client-api
- Owner: thomassloboda
- Created: 2023-10-29T20:17:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T20:26:46.000Z (about 1 year ago)
- Last Synced: 2024-10-03T17:42:36.818Z (about 1 month ago)
- Topics: axios, fetch, javascript, react, react-query, zustand
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React API Client
This is a simple React application that uses the [DummyJSON](https://dummyjson.com/) API to display a list of posts with fetch or axios combined with zustand stores, context or react-query.
## Installation
```bash
npm install
```## Usage
```bash
npm start
```## License
[MIT](https://choosealicense.com/licenses/mit/)
## Authors
- [Thomas SLOBODA](https://www.github.com/thomassloboda)