Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)