How to quickly create a mock API in React using Mock Service Worker
When working on an application there may be times when the front-end needs to be built out but the back-end is not quite ready. While these two can be separate, the front-end may rely on API's that have yet to be built. Enter Mock Service Worker, a J...
trammellwebdev.hashnode.dev5 min read