
MSW (Mock Service Worker) provides API mocking that works everywhere. By intercepting at the network level, the same mocks work in tests, Storybook, and development without code changes.
Key Features:
Why MSW:
MSW capabilities:
MSW has become the standard for API mocking in frontend development. The network-level approach means your tests and stories exercise real code paths, catching issues that function-level mocks would miss.

Next generation testing framework
Vitest is a blazing-fast unit testing framework powered by Vite. Native ESM support, TypeScript out of the box, and Jest-compatible API.

Simple and complete testing utilities
Testing Library provides utilities for testing UI components the way users interact with them. Query by accessibility roles, not implementation details.

Build UIs without the grunt work
Storybook is the industry-standard tool for developing UI components in isolation. Build, document, and test components independently of your application.