@msw-dev-tool/core
v1.0.5
Published
msw-dev-tool is a powerful library that enhances the Mock Service Worker (MSW) experience in React by providing an intuitive UI to control mock logic dynamically. It allows developers to modify mock data, adjust response statuses, and monitor API requests
Maintainers
Readme
core
- Internal logic of
msw-dev-tool/react. - Manage core logic, type and schema.
- It is based on
zustandandmsw. - Getting ready!
Install
- npm:
npm i @msw-dev-tool/core --save-dev- yarn:
yarn add @msw-dev-tool/core --dev- pnpm:
pnpm add @msw-dev-tool/core --save-dev