HomeBlogGitHub

Blog

My take on concise axios promise handling in TypeScript.

21 April, 2019
- 2 min read

After looking for a clean way to handle async/await REST calls without try-catch blocks, I developed a small wrapper that satisfied my needs…