Recent Posts
-
UI Documentation with Storybook: A Beginner’s Guide to Getting Started
It is not uncommon to have a component that renders differently based on the props it receives. Storybook is a great way to let users of this component test interactively.
-
UI Documentation with Storybook: Documenting Stateful and Presentational Components in React
This tutorial covers writing stories, using decorators, and mocking API calls for stateful and presentational components. Perfect for all skill levels.