Mock Service Worker Devtools
This repository contains a collection of tools and scripts that are useful for development and testing of the MSW project.
- This project is based on
MSW v2
and works only in a browser environment. - currently only support
React
comming soon
npm install @minsgy/msw-devtools
comming soon
- Add UI for MSW Devtools
- Add handler list
- Add handler details
- Add handler Editor (add, edit, delete handlers)
- Add support for REST handlers
- Add support for GraphQL handlers
- Add Utility functions
- Add handler list
- Add handler details
- Add Data fetching Delay
- Add handler Editor (add, edit, delete handlers)
- Add support for REST handlers
- Add support for GraphQL handlers
- Add Vanilla JS support
- Add React support
- Add Vue support
- Add Next.js (SSR) support
- Add codesandbox examples