Simulate UI Scenarios For Front-End Development
In a previous post, Simulating Different Scenarios Using Fake JSON Server API , I showed how to set up a fake API to return data based on different UI state. E.g., Given a UI list view, the application can be in different states. It can show an empty list, a…