2022-11-28
|~3 min read
|480 words
Frequently, I find myself needing to mock out (or fake) an asynchronous call to test my API I’m developing. I hate having to remember the…
2022-11-28
|~1 min read
|116 words
I was recently working on a project where I wanted a loading state while an API resolved. Instead of testing with a live API, I wanted to be…