Van Nguyen

Badges

Gone streaking
Gone streaking

Forums

2mo 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