/msw-testing

Primary LanguageJavaScript

msw-testing

This project was bootstrapped with create-react-app. It's purpose is to test out the mock-service-worker library, which allows developers to stub out http requests, and write client-side code easily, without the need of a backend service.

Utilized in this project is, Kent C. Dodds' bookshelf project, a great resource to follow great patterns.