The only 3 steps you need to mock an API call in Jest
React / Jest / Testing — 7 Min Read
I recently found myself working in a Javascript codebase where I needed to implement new Jest tests. I knew very little at the time about…
Get data from your URL into your React app with React Router
React / React Router — 3 Min Read
In trying to learn React Router URL parameters, I had a hard time finding clean, no-frills examples. Now that I have a better understanding…