
How to fetch data from a REST API in Typescript using Axios
Writing a wrapper around Axios that is properly typed and easy to use.
Oct 10, 20226 min read366
Search for a command to run...

Writing a wrapper around Axios that is properly typed and easy to use.

While learning react.js and practising a tiny task my instructor gave, I was faced with a challenge: Handling multiple checkboxes How do I let the user select more than one option using checkboxes Here's how I solved it: To follow along you'll need ...