https://github.com/minsgy/msw-devtools
Devtools that assist with the use of MockServiceWorker
https://github.com/minsgy/msw-devtools
Last synced: about 2 months ago
JSON representation
Devtools that assist with the use of MockServiceWorker
- Host: GitHub
- URL: https://github.com/minsgy/msw-devtools
- Owner: minsgy
- Created: 2024-03-27T13:25:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T15:13:48.000Z (over 1 year ago)
- Last Synced: 2025-05-04T23:21:59.876Z (8 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@minsgy/msw-devtools
- Size: 339 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mock Service Worker Devtools
Mock Service Worker Devtools
---
## Description
This repository contains a collection of tools and scripts that are useful for development and testing of the MSW project.
## 🚩 The project is in its early stages of development 🚩
- This project is based on `MSW v2` and works only in a browser environment.
- currently only support `React`
## Features
comming soon
## Installation
```bash
npm install @minsgy/msw-devtools
```
## usage
comming soon
## roadmap
- [ ] Add UI for MSW Devtools
- [x] Add handler list
- [ ] Add handler details
- [ ] Add handler Editor (add, edit, delete handlers)
- [x] 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
- [x] Add React support
- [ ] Add Vue support
- [ ] Add Next.js (SSR) support
- [ ] Add codesandbox examples