In this video we’ll use MSW (Mock Service Worker) to mock HTTP requests both on the browser but also on the server during SSR (Server Side Rendering) in Next.js
---------- Links
MSW - https://mswjs.io/
SWR - https://swr.vercel.app/
Finished code: https://github.com/leighhalliday/msw-mocked-api
---------- Timeline
#react #api