This is a project to my post on How to use Axios Cancel Tokens with React Redux.
I recommend checking out the Axios docs on Cancel Tokens.
This project uses a local express server alongside a React application. I have both working with an npm script and concurrently. To get started just do:
npm install
npm run start