2022-11-28
|~5 min read
|843 words
In MirageJS: Basic Setup In React, I outlined a straight forward Mirage setup for a React application. This post is about extending that…
2022-11-28
|~2 min read
|214 words
I wanted to test how my application would react if one of my endpoints was really slow. While I could have modified the network settings in…