Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 371 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 371 Bytes

react-axios-ts

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

Setup

Fork/clone the repo, then install its dependencies with:

npm i

Running

npm run dev

Building

npm run build