1.2.9 • Published 7 months ago

@msw-dev-tool/react v1.2.9

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

Install

  • npm:
npm i @msw-dev-tool/core @msw-dev-tool/react --save-dev
  • yarn:
yarn add @msw-dev-tool/core @msw-dev-tool/react --dev
  • pnpm:
pnpm add @msw-dev-tool/core @msw-dev-tool/react --save-dev

How to use?

view docs

What features?

Handler Table

view docs

The handler table is a table that shows all the handlers in the project and control them.

Debugger

view docs

The Debugger allows you to test your mock handlers interactively:

  1. Open the Debugger by clicking any row in the Handler Table
  2. Enter the request parameters in the input fields
  3. Send a test request to see the mocked response