1.2.9 • Published 7 months ago
@msw-dev-tool/react v1.2.9
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-devHow 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:
- Open the Debugger by clicking any row in the Handler Table
- Enter the request parameters in the input fields
- Send a test request to see the mocked response