
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.

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.

Visual testing for Storybook
Chromatic provides visual testing and review for Storybook. Catch visual regressions automatically and streamline UI review workflows.

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.