Van Nguyen

Van Nguyen

Building a develop app

Forums

Van Nguyen

6h ago

How are you mocking APIs during frontend development today?

I ve tried a lot of workflows over the years:

  • editing local JSON files

  • hardcoding mock states

  • running proxy tools

  • setting up mock servers

  • intercepting requests with external apps

But I still felt the workflow was slower than it should be especially when debugging edge cases like:

  • empty states

  • failed requests

  • slow APIs

  • malformed payloads

  • role-based responses

View more