
Another tools that I found useful is the Mock Service Worker which allows mocking API services without using stubs. It intercepts network calls directly so the experience is seamless.
For projects having separate frontend and backend tasks, once the endpoints and data schema is agreed upon, we can create mock responses from backend easily, so frontend can work as if the backend is already ready. It is a great tool for using with writing tests and storybook, too.
I thought this was horrible when I read it, I though it was so you could mock (as in ridicule) service workers (people with low paying jobs). Glad this wasn't it!
Very cool, would be nice if this had some OpenAPI integration to auto-generate responses from OpenAPI schema / examples.