A simple demonstration of using Axios for loading data with 3 flavours of React component:
- Class Components (legacy version)
- Functional Components (Hooks)
- Functional Components in Typescript
Fork/clone the repo, then install its dependencies with:
npm i
npm run dev
npm run build