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

https://github.com/robertoachar/react-axios-cancel-token

React + Axios + Cancel Token
https://github.com/robertoachar/react-axios-cancel-token

axios cancel-token cancellation react token

Last synced: 2 months ago
JSON representation

React + Axios + Cancel Token

Awesome Lists containing this project

README

        

# react-axios-cancel-token

[![License][license-badge]][license-url]

> React + Axios + Cancel Token

# Development

- Clone the repo

```bash
$ git clone https://github.com/robertoachar/react-axios-cancel-token.git
```

- Install dependencies

```bash
$ npm install
```

- Run scripts

| Action | Usage |
| --------------------------- | --------------- |
| Start development mode | `npm start` |
| Build for production | `npm run build` |
| Lint code | `npm run lint` |
| Run tests | `npm run test` |
| Eject from create-react-app | `npm run eject` |

# Author

[Roberto Achar](https://twitter.com/robertoachar)

# License

[MIT](https://github.com/robertoachar/react-axios-cancel-token/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/react-axios-cancel-token.svg
[license-url]: https://opensource.org/licenses/MIT