React + fetch + Abort Controller
- Clone the repo
$ git clone https://github.com/robertoachar/react-fetch-abort-controller.git- Install dependencies
$ 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 |