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: 4 months ago
JSON representation
React + Axios + Cancel Token
- Host: GitHub
- URL: https://github.com/robertoachar/react-axios-cancel-token
- Owner: robertoachar
- License: mit
- Created: 2019-03-18T23:46:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T23:54:05.000Z (over 7 years ago)
- Last Synced: 2025-10-24T22:37:28.648Z (9 months ago)
- Topics: axios, cancel-token, cancellation, react, token
- Language: JavaScript
- Homepage: https://robertoachar.github.io/react-axios-cancel-token/
- Size: 163 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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