v13.6.0

Related Tech


Mockaton wins overall, but it’s worth knowing the strengths of related tools. For instance, start with Burp, Charles Proxy, and JSON Server. Also, if you use StoryBook for testing non-core components, learn about MSW (you can map MSW to the Mockaton file structure, so you can get the benefits of both).

Proxy-like

These are similar to Mockaton in the sense that you can modify the mock response without losing or risking your frontend code state. For example, if you are polling, and you want to test the state change.

Server Side

Client Side (Service Worker)

In contrast to Mockaton, which is an HTTP Server, these programs intercept your browser’s requests (or Node’s). Since they use a Service Worker, by design, they inherit their limitations.