Storybook is a fantastic tool to document your components, review them, and to work in isolation. As Jest, being a developer tool, you don’t want to call any API when you develop or showcase your components. Why? APIs can be slow, unreachable, or unpredictable. Storybook official documentation recommends four ways…