An open API service indexing awesome lists of open source software.

https://github.com/vitalets/next-mock-rsc


https://github.com/vitalets/next-mock-rsc

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Example of mocking RSC payload with MSW.

Run app:
```bash
npm i
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Run test:
```bash
npm run test
```