Skip to main content

Why MirageJS Mock Backend

This section includes the why behind mirage-js mock backend for mockbee.

Some of the reasons are:

  • Handling real backend is time consuming and complex
  • Testing UI and FE API calls with real backend is hard to configure
  • Database calls, architecture, tables, schema is something that requires a lot of efforts
  • Read more here