In this tutorial we are going to create a mock service worker for a React application
where we will mock out a live endpoint. Inside this application we are using the combination of Redux toolkit queries and Axios for service layer. We will use mock server for browser and for unit tests that are written with the usage of React testing library.
Code sandbox link: https://codesandbox.io/p/sandbox/reac...
Previous tutorial: • How To Use Redux Toolkit Query along ...
00:00 - Intro
00:28 - Project structure
02:36 - What is msw, documentation, demo
05:42 - Creating the mock service worker (browser & node)
09:30 - msw usage inside unit tests
11:16 - Outro
#react #mock-service-worker #msw #redux #rtktoolkit #axios